/** * Explicitly typed JSON value */ export type Metadata = boolean | number | string | Array | { [key: string]: Metadata; };