27 lines
770 B
TypeScript
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;
|
|
}
|