about type

This commit is contained in:
VividTruthKeeper 2022-08-19 23:27:35 +05:00
parent 2f5f664162
commit 68ea683033
1 changed files with 15 additions and 0 deletions

15
src/types/about.ts Normal file
View File

@ -0,0 +1,15 @@
export interface About {
id: number;
header: string;
txt: string;
img: string;
tournment_title: string;
tournment_number: number;
organisation_title: string;
organisation_number: number;
graduate_title: string;
graduate_number: number;
places_title: string;
places_number: number;
translation: [{ model_id: string; locale: string; attribute_date: string }];
}