Home > @uniformdev/context-edge-akamai > AkamaiQuirksConfig
AkamaiQuirksConfig type
Signature:
type AkamaiQuirksConfig = {
cpCode?: boolean;
userLocation?: (keyof EW.UserLocation)[];
device?: (keyof EW.Device)[];
missingQuirkValue?: string;
};