add concatct page

This commit is contained in:
Schneider Roland
2025-02-04 22:13:50 +01:00
parent 71f697c88f
commit 4d239f7c7a
12 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
// 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;
}