UNPKG

nestjs-starter

Version:

Get started for beginners with Nestjs

9 lines (8 loc) 126 B
export interface IPayload { id?: string; username: string; roles: string; sub?: string; iat?: Date; exp?: Date; }