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