/**
 * The base type for any property maps (like state or inputs).
 *
 * @category Internal
 */
export type PropertyInitMapBase = Record<PropertyKey, unknown>;
