T / types /data.ts
Niansuh's picture
Upload 250 files
af9dbf5 verified
export interface KeyValuePair {
key: string;
value: any;
}