export type CreateSchemaBodyFileUpdate = { type?: 'file' | undefined; fileContent?: string | undefined; }; //# sourceMappingURL=createSchemaBodyFileUpdate.generated.d.ts.map