Interface MuteNoticeUpstreamWindowMessage

interface MuteNoticeUpstreamWindowMessage {
    expiredAt?: number;
    reason: string;
}

Properties

Properties

expiredAt?: number
reason: string