import type { StateCodeUS } from '../types/datasets/state-code'; type PerState = Partial>; export type PerStateWithDefault = PerState & { default: T; }; export {};