UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

7 lines (6 loc) 108 B
export class SignTokenPayload { userId: string; sessionId: string; exp: number; jwtToken: string; }