Interface Configuration<M>

interface Configuration<M> {
    authMethods: AuthMethods;
    baseServer: BaseServerConfiguration;
    httpApi: HttpLibrary;
    middleware: M[];
}

Type Parameters

Properties

authMethods: AuthMethods
httpApi: HttpLibrary
middleware: M[]