// Interface automatically generated by schemas-to-ts export interface OurServicesComponent { title?: string; header?: string; description?: string; } export interface OurServicesComponent_Plain { title?: string; header?: string; description?: string; } export interface OurServicesComponent_NoRelations { title?: string; header?: string; description?: string; }