interface Button {
    reply: Reply;
    type: string;
}

Properties

Properties

reply: Reply
type: string