Spaces:
Runtime error
Runtime error
export interface KeyValuePair { | |
key: string; | |
value: any; | |
} | |
export interface KeyValuePair { | |
key: string; | |
value: any; | |
} | |