Tsarr Documentation - v2.4.12
    Preparing search index...

    Type Alias PostSystemAnnouncementsData

    type PostSystemAnnouncementsData = {
        body?: never;
        path?: never;
        query: { hash: string };
        url: "/api/system/announcements";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { hash: string }

    Type Declaration

    • hash: string

      hash of the announcement to dismiss

    url: "/api/system/announcements"