Interface PausePayload

interface PausePayload {
    data: GuildData;
    op: Pause | Resume;
}

Properties

Properties

data: GuildData