portablefinance/ts/interfaces/csvdescriptor.ts

5 lines
77 B
TypeScript
Raw Permalink Normal View History

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