vsc-material-theme/.gulp/interfaces/iplain-object.ts

3 lines
No EOL
60 B
TypeScript

export interface IPlainObject {
[index: string]: string;
}