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