UNPKG

jspurefix

Version:
13 lines (12 loc) 438 B
import { IStandardHeader } from './set/standard_header'; import { IThrottleParamsGrp } from './set/throttle_params_grp'; import { IStandardTrailer } from './set/standard_trailer'; export interface IUserResponse { StandardHeader: IStandardHeader; UserRequestID: string; Username: string; UserStatus?: number; ThrottleParamsGrp?: IThrottleParamsGrp; UserStatusText?: string; StandardTrailer: IStandardTrailer; }