yogastic/yoga-cms/generated-strapi-interfaces/api/yoga-subscribe-now-component.ts
2025-01-21 23:19:02 +01:00

35 lines
998 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface YogaSubscribeNowComponent {
id: number;
attributes: {
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
header?: string;
placeHolderEmail?: string;
buttonSubscribeLabel?: string;
};
}
export interface YogaSubscribeNowComponent_Plain {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
header?: string;
placeHolderEmail?: string;
buttonSubscribeLabel?: string;
}
export interface YogaSubscribeNowComponent_NoRelations {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
header?: string;
placeHolderEmail?: string;
buttonSubscribeLabel?: string;
}
export interface YogaSubscribeNowComponent_AdminPanelLifeCycle {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
header?: string;
placeHolderEmail?: string;
buttonSubscribeLabel?: string;
}