interface AppBranchProcessInfo {
    id: number;
    startedDate: Date;
}

Properties

Properties

id: number
startedDate: Date