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

    Type Alias PostProvidersData

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

    Properties

    Properties

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

    Type Declaration

    • action: string

      Action to perform from ["reset"]

    url: "/providers"