yogastic/yoga-cms/generated-strapi-interfaces/components/shared/RichText.ts
2025-01-11 20:58:03 +01:00

14 lines
216 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface RichText {
body?: string;
}
export interface RichText_Plain {
body?: string;
}
export interface RichText_NoRelations {
body?: string;
}