Variable realmsConst

realms: {
    live: {
        apiUrl: string;
        frontendUrl: string;
    };
} = ...

Type declaration

  • live: {
        apiUrl: string;
        frontendUrl: string;
    }
    • apiUrl: string
    • frontendUrl: string

Generated using TypeDoc