import type * as ElevenLabs from "../index"; export interface ListProceduresResponseModel { /** Procedures on the branch with their draft-aware metadata. */ procedures: ElevenLabs.ProcedureListItemResponseModel[]; }