frontend/.pnpm-store/v3/files/e3/3c7b31a13ddcd3e28cee6b71053dc38029f1aec6814940537e44f3f95ab2565848c254aa648f35d8c007f076ba5d6d469a90336dd3dbcc78dec43b07f84c26

3 lines
118 B
Plaintext

import { Token, Authentication } from "./types";
export declare function auth(token: Token): Promise<Authentication>;