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

17 lines
315 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface TitleDescription {
title?: string;
description?: string;
}
export interface TitleDescription_Plain {
title?: string;
description?: string;
}
export interface TitleDescription_NoRelations {
title?: string;
description?: string;
}