UNPKG

@themachinarium/google-merchant-feed

Version:
8 lines (6 loc) 135 B
export const GENDER = { male: "male", female: "female", unisex: "unisex", } as const; export type Gender = keyof typeof GENDER;