Interface BanNoticeUpstreamWindowMessage

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

Properties

Properties

expiredAt?: number
reason: string