yogastic/yoga-cms/generated-strapi-interfaces/api/yoga-google-maps-component.ts
2025-02-04 22:13:50 +01:00

27 lines
770 B
TypeScript

// Interface automatically generated by schemas-to-ts
export interface YogaGoogleMapsComponent {
id: number;
attributes: {
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
google_maps_url?: string;
};
}
export interface YogaGoogleMapsComponent_Plain {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
google_maps_url?: string;
}
export interface YogaGoogleMapsComponent_NoRelations {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
google_maps_url?: string;
}
export interface YogaGoogleMapsComponent_AdminPanelLifeCycle {
id: number;
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
google_maps_url?: string;
}