footer, feedback, subscribe
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
import { YogaBlogPost } from './yoga-blog-post';
|
||||
import { Button } from '../components/yoga-site/Button';
|
||||
import { YogaBlogPost_Plain } from './yoga-blog-post';
|
||||
import { Button_Plain } from '../components/yoga-site/Button';
|
||||
import { Button_NoRelations } from '../components/yoga-site/Button';
|
||||
import { AdminPanelRelationPropertyModification } from '../common/AdminPanelRelationPropertyModification';
|
||||
|
||||
export interface YogaBlogPostsComponent {
|
||||
@@ -12,6 +15,7 @@ export interface YogaBlogPostsComponent {
|
||||
header?: string;
|
||||
description?: string;
|
||||
posts: { data: YogaBlogPost[] };
|
||||
button?: Button;
|
||||
};
|
||||
}
|
||||
export interface YogaBlogPostsComponent_Plain {
|
||||
@@ -21,6 +25,7 @@ export interface YogaBlogPostsComponent_Plain {
|
||||
header?: string;
|
||||
description?: string;
|
||||
posts: YogaBlogPost_Plain[];
|
||||
button?: Button_Plain;
|
||||
}
|
||||
|
||||
export interface YogaBlogPostsComponent_NoRelations {
|
||||
@@ -30,6 +35,7 @@ export interface YogaBlogPostsComponent_NoRelations {
|
||||
header?: string;
|
||||
description?: string;
|
||||
posts: number[];
|
||||
button?: Button_NoRelations;
|
||||
}
|
||||
|
||||
export interface YogaBlogPostsComponent_AdminPanelLifeCycle {
|
||||
@@ -39,4 +45,5 @@ export interface YogaBlogPostsComponent_AdminPanelLifeCycle {
|
||||
header?: string;
|
||||
description?: string;
|
||||
posts: AdminPanelRelationPropertyModification<YogaBlogPost_Plain>;
|
||||
button?: Button_Plain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user