mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
feat: tasks jounrey
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
import { Roles } from '../enums';
|
||||
|
||||
export interface IJwtPayload {
|
||||
sub: string;
|
||||
roles: string[];
|
||||
roles: Roles[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user