turkmentv_front/typings/source.type.ts

6 lines
74 B
TypeScript

export interface ISource {
name: string;
img: string;
id: number;
}