interface AppBranchTaskFinishedEventInfo {
    id: string;
    appId: string;
    appBranchId: string;
    appBranchProfile: undefined | string;
    appBranchTask: AppBranchFinishedTaskInfo;
}

Properties

id: string
appId: string
appBranchId: string
appBranchProfile: undefined | string