mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
|
|
export interface refreshToken {
|
|
Authorization: string,
|
|
refreshToken: null
|
|
}
|