Type Alias modeByAppKey

modeByAppKey:
    | "production"
    | "test"
    | "development"
    | "local"