yogastic/yoga-cms/generated-strapi-interfaces/components/yoga-site/Button.ts
2025-01-21 23:19:02 +01:00

17 lines
264 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface Button {
label?: string;
link?: string;
}
export interface Button_Plain {
label?: string;
link?: string;
}
export interface Button_NoRelations {
label?: string;
link?: string;
}