@ -10,8 +10,8 @@ export const isLffClient = currentClient === 'lff'
const clients = {
facr,
instat,
insports,
lff,
}
@ -6,16 +6,16 @@ type StyledCss = ReturnType<typeof css>
export enum ClientIds {
Facr = 'facr-ott-web',
Insports = 'ott-web',
Instat = 'ott-web',
Lff = 'lff-ott-web',
export enum ClientNames {
Facr = 'facr',
Insports = 'insports',
Instat = 'instat',
Lff = 'lff',
export type ClientConfig = {