UNPKG

@scraping.house/commons

Version:
4 lines 178 B
export interface RequireAuthentication { login(username: string, password: string, rememberMe: boolean): Promise<void>; } //# sourceMappingURL=require-authentication.d.ts.map