Saxonberg Server API
    Preparing search index...

    Interface BulletinPatch

    The editable subset of a bulletin (the edit patch).

    interface BulletinPatch {
        body?: string;
        expiresAt?: number;
        headline?: string;
        kind?: BulletinKind;
        pinned?: boolean;
        realm?: BulletinRealm;
    }
    Index

    Properties

    body?: string
    expiresAt?: number
    headline?: string
    pinned?: boolean