w-aura/src/api/types.ts
Aidar Shaikhutdin @makeweb.space 2bc71feb3e refact: error handling
2023-06-18 11:38:57 +03:00

6 lines
84 B
TypeScript

export type AuthToken = string
export interface AuthPayload {
token: AuthToken
}