export type XFlagsTypes = { loading?: boolean; br?: boolean; uk?: boolean; }; export type whatFlags = 'br' | 'uk'; export default XFlagsTypes;