interface DomainLocale {
    defaultLocale: string;
    domain: string;
    http?: true;
    locales?: string[];
}

Properties

defaultLocale: string
domain: string
http?: true
locales?: string[]