5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
|
|
export interface ICompany {
|
|
id: string
|
|
name: string;
|
|
} |