TokenAcquire201Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
token | string | [default to undefined] | |
user | string | [default to undefined] |
Example
import { TokenAcquire201Response } from './api';
const instance: TokenAcquire201Response = {
token,
user,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.