add faq page
This commit is contained in:
30
yoga-cms/generated-strapi-interfaces/api/yoga-faq-qa.ts
Normal file
30
yoga-cms/generated-strapi-interfaces/api/yoga-faq-qa.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface YogaFaqQa {
|
||||
id: number;
|
||||
attributes: {
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
|
||||
question?: string;
|
||||
answer?: string;
|
||||
};
|
||||
}
|
||||
export interface YogaFaqQa_Plain {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
|
||||
question?: string;
|
||||
answer?: string;
|
||||
}
|
||||
|
||||
export interface YogaFaqQa_NoRelations {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
|
||||
question?: string;
|
||||
answer?: string;
|
||||
}
|
||||
|
||||
export interface YogaFaqQa_AdminPanelLifeCycle {
|
||||
id: number;
|
||||
createdAt: Date; updatedAt: Date; publishedAt?: Date; name?: string;
|
||||
question?: string;
|
||||
answer?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user