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

    Type Alias PostProvidersData

    type PostProvidersData = {
        body?: never;
        path?: never;
        query: { action: string };
        url: "/api/providers";
    }
    Index

    Properties

    Properties

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

    Type Declaration

    • action: string

      Action to perform from ["reset"]

    url: "/api/providers"