Extension: Pick<SDInfoBase, "name"> & {
    branch: string;
    commit_date: string;
    commit_hash: string;
    enabled: boolean;
    remote: string;
    version: string;
}

Represents the Extension object