Interface EditIncidentActionsOptions

interface EditIncidentActionsOptions {
    dmsDisabledUntil?: null | string;
    invitesDisabledUntil?: null | string;
    reason?: string;
}

Properties

dmsDisabledUntil?: null | string

When disabled direct messages will expire (up to 24 hours in the future)

invitesDisabledUntil?: null | string

When disabled invites will expire (up to 24 hours in the future).

reason?: string

The reason for editing the incident actions.