uptime-robot-v3
    Preparing search index...

    Interface PSPAnnouncementPayload

    PAYLOAD TYPES

    interface PSPAnnouncementPayload {
        content?: string;
        endDate?: string | null;
        startDate?: string;
        status?: AnnouncementStatus;
        title?: string;
        type?: AnnouncementType;
    }
    Index

    Properties

    content?: string
    endDate?: string | null
    startDate?: string
    title?: string