UNPKG

biketag-vue

Version:

<h1 align=center>BikeTag-Vue</h1> <div align="center"> <img alt="biketag-vue logo" src="https://raw.githubusercontent.com/keneucker/biketag-website/production/public/img/Tag-Logo-Stacked-V2-medium.png" height="auto" width="200" style="border-radius:25%;">

62 lines (61 loc) 1.58 kB
export declare const BikeTagDefaults: { appId: string; admingEmail: string; gameName: string; host: string; hostKey: string; logo: string; jingle: string; imageSource: string; gameSource: string; store: string; cacheResetInterval: string; manifest: { name: string; shortName: string; description: string; themeColor: string; }; sanityImagesCDNUrl: string; sanityBaseCDNUrl: string; sanityPlayerRoleID: string; sanityAmbassadorRoleID: string; }; export declare const BikeTagEnv: { APP_ID: string; DEBUG_FE: string; CACHE_RESET_INTERVAL: string; CONTEXT: string | null; ADMIN_EMAIL: string; AMBASSADOR_ROLE: string; PLAYER_ROLE: string; A_AUDIENCE: string | null; A_CID: string | null; A_DOMAIN: string | null; A_M_CS: string | null; A_M_CID: string | null; B_KEY: string | null; GAME_NAME: string | null; GAME_SOURCE: string; IMAGE_SOURCE: string; HOST: string; BIKETAG_AUTHED: string | null; G_AKEY: string | null; RA_FE_KEY: string | null; I_CID: string | null; I_RTOKEN: string | null; I_TOKEN: string | null; SA_CDN_URL: string; SA_DSET: string | null; SA_PID: string | null; S_CURL: string; S_DSET: string; S_PID: string; RELOAD_SW: string; S3_FE_AID: string | null; S3_FE_AKEY: string | null; IMGUR_DELAY_NOTICE: string | null; IMGUR_DELAY: string | null; }; export declare const special: string[]; export declare const deca: string[];