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

14 lines
237 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface MyComponent {
testtext?: string;
}
export interface MyComponent_Plain {
testtext?: string;
}
export interface MyComponent_NoRelations {
testtext?: string;
}