/** * Representation of the 'ResponseFormatJsonObject' schema. */ export type ResponseFormatJsonObject = { /** * The type of response format being defined: `json_object` */ type: 'json_object'; }; //# sourceMappingURL=response-format-json-object.d.ts.map