/**
 * This file was generated by st-open-api
 */
import { IToken } from './i-token';
export interface ITokenResponse {
    result: IToken;
}
