about type
This commit is contained in:
parent
2f5f664162
commit
68ea683033
|
|
@ -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 }];
|
||||
}
|
||||
Loading…
Reference in New Issue