Type alias JSONFixedPODEntries

JSONFixedPODEntries: Record<PODName, JSONPODEntries>

JSON-compatible format for FixedPODEntries, which can be safely serialized directly using JSON.stringify. You can convert to/from this format using fixedPODEntriesToJSON and fixedPODEntriesFromJSON.

Generated using TypeDoc