default: {
    clientList: (
        user?: { authorizedplugins?: string[] },
        complete?: boolean,
    ) => Promise<ClientPlugin[]>;
    serverList: () => Promise<ServerPlugin[]>;
} = ...

Type declaration

  • clientList: (
        user?: { authorizedplugins?: string[] },
        complete?: boolean,
    ) => Promise<ClientPlugin[]>
  • serverList: () => Promise<ServerPlugin[]>