Type Alias AdminEnv

AdminEnv: {
    client_type?: typeof CLIENT_TYPE[keyof typeof CLIENT_TYPE];
    crm_shape?: Record<string, any>;
    launch_darkly?: LaunchDarklyEnv;
    mode?: PitcherEnv["mode"];
    pitcher: PitcherEnv["pitcher"];
    state?: PitcherEnv["state"];
}

Represents the admin environment.

Type declaration