Variable defaultOptionsConst

defaultOptions: {
    agent: SuperAgentStatic;
    realm: {
        apiUrl: string;
        frontendUrl: string;
    };
} = ...

Type declaration

  • agent: SuperAgentStatic
  • realm: {
        apiUrl: string;
        frontendUrl: string;
    }
    • apiUrl: string
    • frontendUrl: string

Generated using TypeDoc