/** * @typedef {'script'|'region'|'variants'} Field */ /** * @type {{region: Record>}} */ export const many: { region: Record>; }; export type Field = 'script' | 'region' | 'variants';