DeployMessage: {
changed: boolean;
columnNumber?: number | null;
componentType?: string | null;
created: boolean;
createdDate: string;
deleted: boolean;
fileName: string;
fullName: string;
id?: string | null;
lineNumber?: number | null;
problem?: string | null;
problemType?: string | null;
success: boolean;
}
Type declaration
changed: boolean
Optional columnNumber?: number | null
Optional componentType?: string | null
created: boolean
createdDate: string
deleted: boolean
fileName: string
fullName: string
Optional id?: string | null
Optional lineNumber?: number | null
Optional problem?: string | null
Optional problemType?: string | null
success: boolean