UNPKG

@pocinnovation/alumi

Version:

Dynamic pulumi provider for Aleph

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