3 lines
118 B
Plaintext
3 lines
118 B
Plaintext
import { Token, Authentication } from "./types";
|
|
export declare function auth(token: Token): Promise<Authentication>;
|