UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

6 lines (5 loc) 136 B
import { LoginTokens } from "../auth/tokens/types.js"; export type AuthFile = { version: number; tokens: LoginTokens | null; };