home and about page
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
import { Media } from '../components/shared/Media';
|
||||
import { Media_Plain } from '../components/shared/Media';
|
||||
import { AdminPanelRelationPropertyModification } from '../common/AdminPanelRelationPropertyModification';
|
||||
|
||||
export interface YogaAboutUsWithBoxesComponent {
|
||||
id: number;
|
||||
attributes: {
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
box1?: string;
|
||||
box2?: string;
|
||||
box3?: string;
|
||||
box4?: string;
|
||||
image?: { data: Media };
|
||||
};
|
||||
}
|
||||
export interface YogaAboutUsWithBoxesComponent_Plain {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
box1?: string;
|
||||
box2?: string;
|
||||
box3?: string;
|
||||
box4?: string;
|
||||
image?: Media_Plain;
|
||||
}
|
||||
|
||||
export interface YogaAboutUsWithBoxesComponent_NoRelations {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
box1?: string;
|
||||
box2?: string;
|
||||
box3?: string;
|
||||
box4?: string;
|
||||
image?: number;
|
||||
}
|
||||
|
||||
export interface YogaAboutUsWithBoxesComponent_AdminPanelLifeCycle {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
box1?: string;
|
||||
box2?: string;
|
||||
box3?: string;
|
||||
box4?: string;
|
||||
image?: AdminPanelRelationPropertyModification<Media_Plain>;
|
||||
}
|
||||
Reference in New Issue
Block a user