convert about types from component to collection-type
This commit is contained in:
58
yoga-cms/generated-strapi-interfaces/api/yoga-contact-us.ts
Normal file
58
yoga-cms/generated-strapi-interfaces/api/yoga-contact-us.ts
Normal file
@@ -0,0 +1,58 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface YogaContactUs {
|
||||
id: number;
|
||||
attributes: {
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
|
||||
header?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
message?: string;
|
||||
buttonText?: string;
|
||||
locale: string;
|
||||
localizations?: { data: YogaContactUs[] };
|
||||
};
|
||||
}
|
||||
export interface YogaContactUs_Plain {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
|
||||
header?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
message?: string;
|
||||
buttonText?: string;
|
||||
locale: string;
|
||||
localizations?: YogaContactUs_Plain[];
|
||||
}
|
||||
|
||||
export interface YogaContactUs_NoRelations {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
|
||||
header?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
message?: string;
|
||||
buttonText?: string;
|
||||
locale: string;
|
||||
localizations?: YogaContactUs[];
|
||||
}
|
||||
|
||||
export interface YogaContactUs_AdminPanelLifeCycle {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; title?: string;
|
||||
header?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
message?: string;
|
||||
buttonText?: string;
|
||||
locale: string;
|
||||
localizations?: YogaContactUs[];
|
||||
}
|
||||
Reference in New Issue
Block a user