export interface ProcedureVersionRef { /** Procedure ID */ procedureId: string; /** Version ID of the procedure version. */ versionId: string; }