Type Alias ProjectJobConfig
ProjectJobConfig: {
content: string;
frameworkId: number;
global: boolean;
id: number;
lastModificationTime: number;
lastModifiedBy: string;
version: number;
}
Type declaration
content: string
frameworkId: number
global: boolean
id: number
lastModificationTime: number
lastModifiedBy: string
version: number