5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
export interface IExperienceDetails{
|
|
id: number;
|
|
details: string;
|
|
order: number;
|
|
} |