Atualização repositorio
This commit is contained in:
9
src/auth/models/jwt-payload.model.ts
Normal file
9
src/auth/models/jwt-payload.model.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* eslint-disable prettier/prettier */
|
||||
export interface JwtPayload {
|
||||
id: number;
|
||||
sellerId: number;
|
||||
storeId: string;
|
||||
username: string;
|
||||
email: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user