// Interface automatically generated by schemas-to-ts import { YogaOurServicesComponent } from './yoga-our-services-component'; import { YogaContactUs } from './yoga-contact-us'; import { YogaSpecialitiesComponent } from './yoga-specialities-component'; import { YogaCustomerFeedbackComponent } from './yoga-customer-feedback-component'; import { YogaBlogPostsComponent } from './yoga-blog-posts-component'; import { YogaSubscribeNowComponent } from './yoga-subscribe-now-component'; import { YogaFooter } from './yoga-footer'; import { YogaOurServicesComponent_Plain } from './yoga-our-services-component'; import { YogaContactUs_Plain } from './yoga-contact-us'; import { YogaSpecialitiesComponent_Plain } from './yoga-specialities-component'; import { YogaCustomerFeedbackComponent_Plain } from './yoga-customer-feedback-component'; import { YogaBlogPostsComponent_Plain } from './yoga-blog-posts-component'; import { YogaSubscribeNowComponent_Plain } from './yoga-subscribe-now-component'; import { YogaFooter_Plain } from './yoga-footer'; import { AdminPanelRelationPropertyModification } from '../common/AdminPanelRelationPropertyModification'; export interface ServicesPage { id: number; attributes: { createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string; description?: string; ourServices?: { data: YogaOurServicesComponent }; contactUs?: { data: YogaContactUs }; ourSpecialities?: { data: YogaSpecialitiesComponent }; feedbacks?: { data: YogaCustomerFeedbackComponent }; blogs?: { data: YogaBlogPostsComponent }; subscribe?: { data: YogaSubscribeNowComponent }; footer?: { data: YogaFooter }; title?: string; }; } export interface ServicesPage_Plain { id: number; createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string; description?: string; ourServices?: YogaOurServicesComponent_Plain; contactUs?: YogaContactUs_Plain; ourSpecialities?: YogaSpecialitiesComponent_Plain; feedbacks?: YogaCustomerFeedbackComponent_Plain; blogs?: YogaBlogPostsComponent_Plain; subscribe?: YogaSubscribeNowComponent_Plain; footer?: YogaFooter_Plain; title?: string; } export interface ServicesPage_NoRelations { id: number; createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string; description?: string; ourServices?: number; contactUs?: number; ourSpecialities?: number; feedbacks?: number; blogs?: number; subscribe?: number; footer?: number; title?: string; } export interface ServicesPage_AdminPanelLifeCycle { id: number; createdAt: Date; updatedAt: Date; publishedAt?: Date; header?: string; description?: string; ourServices?: AdminPanelRelationPropertyModification; contactUs?: AdminPanelRelationPropertyModification; ourSpecialities?: AdminPanelRelationPropertyModification; feedbacks?: AdminPanelRelationPropertyModification; blogs?: AdminPanelRelationPropertyModification; subscribe?: AdminPanelRelationPropertyModification; footer?: AdminPanelRelationPropertyModification; title?: string; }