Files

5 lines
77 B
TypeScript
Raw Permalink Normal View History

2023-11-16 18:54:35 +01:00
export interface ICsvDescriptor {
name: string;
contentString: string;
}