Files
freeplanet/src/model/key-value.ts

1 line
54 B
TypeScript
Raw Normal View History

export type KeyValue = { key: string, value: string };