/** * The Type ID of the schema used for extending properties. Must be ``commands:autodesk.bim360:C4RModelGetPublishJob`` for the GetPublishModelJob command. * @export * @enum {string} */ export declare const TypeCommandtypeGetPublishModelJob: { readonly CommandsautodeskBim360C4RModelGetPublishJob: "commands:autodesk.bim360:C4RModelGetPublishJob"; }; export type TypeCommandtypeGetPublishModelJob = typeof TypeCommandtypeGetPublishModelJob[keyof typeof TypeCommandtypeGetPublishModelJob];