frontend/.pnpm-store/v3/files/91/106a82185c9e17682d6d855bb4ca9635dc66b23fdede8276940ae4b1fc3c48d25d121d7f8e2956ba9704b5d0e438f3e142031865a2db2d2236a913cd5d3596

8 lines
238 B
Plaintext

import { StrategyInterface, Token, Authentication } from "./types";
export type Types = {
StrategyOptions: Token;
AuthOptions: never;
Authentication: Authentication;
};
export declare const createTokenAuth: StrategyInterface;