35 lines
998 B
TypeScript
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;
|
|
}
|