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

    Type Alias PostApiV1QueueGrabByIdData

    type PostApiV1QueueGrabByIdData = {
        body?: never;
        path: { id: number };
        query?: never;
        url: "/api/v1/queue/grab/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: never
    url: "/api/v1/queue/grab/{id}"