export declare const $JobAdministrationDTO: { readonly properties: { readonly jobId: { readonly type: "string"; }; readonly orgId: { readonly type: "string"; }; readonly jobType: { readonly type: "string"; }; readonly status: { readonly type: "Enum"; }; readonly loggingReason: { readonly type: "string"; }; readonly jobDetails: { readonly type: "string"; }; readonly createdTime: { readonly type: "string"; }; readonly updatedTime: { readonly type: "string"; }; readonly createdBy: { readonly type: "string"; }; readonly changedBy: { readonly type: "string"; }; readonly type: { readonly type: "string"; }; }; };