Saxonberg Server API
    Preparing search index...

    Interface ArchiveQuery

    The archive query — realm/kind filters + before/limit paging.

    interface ArchiveQuery {
        before?: number;
        kind?: BulletinKind;
        limit?: number;
        realm?: BulletinRealm;
    }
    Index

    Properties

    before?: number

    Only rows published strictly before this epoch-ms cursor.

    limit?: number

    Page size (clamped by the logic).