/** * @example * { * id: "HydraDoc1234" * } */ export interface StatusConnectorsRequest { /** Connector ID */ id: string; }