UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

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