UNPKG

@pocinnovation/alumi

Version:

Dynamic pulumi provider for Aleph

4 lines (2 loc) 133 B
export type JSONValue = string | number | boolean | JSONDict | Array<JSONValue>; export type JSONDict = { [x: string]: JSONValue };