interface AppBranchControllerBase {
    id: string;
    profile: undefined | string;
    uid: string;
    registerMutation: AppBranchRegisterMutation;
    registerAndStartUpdateTaskMutation: AppBranchRegisterAndStartUpdateTaskMutation;
    startUpdateTaskMutation: AppBranchStartUpdateTaskMutation;
    startRepairTaskMutation: AppBranchStartRepairTaskMutation;
    startMoveTaskMutation: AppBranchStartMoveTaskMutation;
    startUninstallTaskMutation: AppBranchStartUninstallTaskMutation;
    startProcessMutation: AppBranchStartProcessMutation;
    isAnyMutationPending: boolean;
}

Hierarchy (view full)

Properties

id: string
profile: undefined | string
uid: string
registerMutation: AppBranchRegisterMutation
registerAndStartUpdateTaskMutation: AppBranchRegisterAndStartUpdateTaskMutation
startUpdateTaskMutation: AppBranchStartUpdateTaskMutation
startRepairTaskMutation: AppBranchStartRepairTaskMutation
startMoveTaskMutation: AppBranchStartMoveTaskMutation
startUninstallTaskMutation: AppBranchStartUninstallTaskMutation
startProcessMutation: AppBranchStartProcessMutation
isAnyMutationPending: boolean