TokenLoginBody
the-cdj-ui / hooks/api/accessApi / TokenLoginBody
Interface: TokenLoginBody
Defined in: src/hooks/api/accessApi.ts:91
Represents the body of a token-based login request.
Type Param
The token used for authentication.
Extends
Record<string,unknown>
Indexable
[key: string]: unknown
Properties
token
token:
string
Defined in: src/hooks/api/accessApi.ts:92