footer, feedback, subscribe
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user