UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

6 lines (5 loc) 173 B
import { InvalidMemberType } from "./../constant/enumType/InvalidMemberType"; export interface InvalidMember { code: string; invalidMemberType: InvalidMemberType; }