Tsarr Documentation - v1.11.0
    Preparing search index...

    Type Alias PostSystemAnnouncementsData

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

    Properties

    Properties

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

    Type Declaration

    • hash: string

      hash of the announcement to dismiss

    url: "/system/announcements"