yogastic/yoga-cms/generated-strapi-interfaces/components/yoga-site/OurServicesComponent.ts
2025-01-12 21:56:22 +01:00

20 lines
384 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface OurServicesComponent {
title?: string;
header?: string;
description?: string;
}
export interface OurServicesComponent_Plain {
title?: string;
header?: string;
description?: string;
}
export interface OurServicesComponent_NoRelations {
title?: string;
header?: string;
description?: string;
}