1 line
54 B
TypeScript
1 line
54 B
TypeScript
|
|
export type KeyValue = { key: string, value: string };
|