interface AppBranchProcessStartedEventInfo {
    id: string;
    appId: string;
    appBranchId: string;
    appBranchProfile: undefined | string;
    appBranchProcess: AppBranchProcessInfo;
}

Properties

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