Type alias JSONPODMembershipLists

JSONPODMembershipLists: Record<PODName, JSONPODValue[] | JSONPODValueTuple[]>

JSON-compatible format for representing a PODMembershipLists structure. The structure is the same as PODMembershipLists except that each individual value should be JSON formated as defined by JSONPODValue.

Generated using TypeDoc