Interface StopPayload

interface StopPayload {
    data: GuildData;
    op: Stop;
}

Properties

Properties

data: GuildData
op: Stop