export interface CreateProcedureResponseModel { /** ID of the created procedure */ procedureId: string; }