/** * A flexible object that can hold any arbitrary JSON key-value structure. */ export type JsonObject = Record;