This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vogue/src/KV.ts

3 lines
43 B
TypeScript
Raw Normal View History

2021-05-20 20:34:50 -04:00
export type KV = {
[key: string]: any
};