forked from Shared/esg
initial commit
This commit is contained in:
6
src/providers/dto/auth-token.dto.ts
Normal file
6
src/providers/dto/auth-token.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class AuthTokenDto {
|
||||
accessToken!: string;
|
||||
refreshToken?: string;
|
||||
tokenType!: string;
|
||||
expiresIn!: number;
|
||||
}
|
||||
Reference in New Issue
Block a user