turkmentv_front/typings/source.type.ts

6 lines
74 B
TypeScript
Raw Permalink Normal View History

2024-08-19 12:44:56 +00:00
export interface ISource {
name: string;
img: string;
id: number;
}