add concatct page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user