Interface ReplyMessage

interface ReplyMessage {
    id: number;
    res: any;
    type: Reply;
}

Properties

Properties

id: number
res: any
type: Reply