Spaces:
Runtime error
Runtime error
File size: 71 Bytes
b9d9891 |
1 2 3 4 5 |
export interface KeyValuePair {
key: string;
value: any;
}
|