interface AppBranchInfo {
    id: string;
    name: undefined | string;
}

Properties

Properties

id: string
name: undefined | string