interface InitResponse {
    env?: "production" | "development";
    locale?: string;
}

Properties

Properties

env?: "production" | "development"

optional override for the env

locale?: string

optional override for the locale