Interface BaseSystemResponse

interface BaseSystemResponse {
    icon?: SystemMessageIcon;
    id: string;
    isFreeGift?: boolean;
    isGift?: boolean;
    liveId?: string;
    message: string;
    messageId?: string;
    name?: string;
    profileImage?: string;
    service?: keyof ServiceList;
    type?: SystemMessageType;
}

Hierarchy (view full)

Properties

id: string
isFreeGift?: boolean
isGift?: boolean
liveId?: string
message: string
messageId?: string
name?: string
profileImage?: string
service?: keyof ServiceList