import { CreateSchemaBodyFileUpdate } from './createSchemaBodyFileUpdate.generated.js'; export type PatchSchemaBody = { id?: string | undefined; name?: string | undefined; slug?: string | undefined; schemaId?: string | undefined; file?: CreateSchemaBodyFileUpdate | undefined; }; //# sourceMappingURL=patchSchemaBody.generated.d.ts.map