UNPKG

@aditya-garg-09-01-2002/q-auth

Version:

Easy and quick authentication integration for beginner dev projects

8 lines (7 loc) 152 B
interface jwtProps { name: string; key: string; } export declare const SessionJwt: jwtProps; export declare const UserJwt: jwtProps; export {};