@resonatehq/sdk
    Preparing search index...

    Type Alias TaskSearchReq

    type TaskSearchReq = {
        data: {
            cursor?: string;
            limit?: number;
            state?: "pending" | "acquired" | "suspended" | "halted" | "fulfilled";
        };
        head: RequestHead;
        kind: "task.search";
    }
    Index

    Properties

    Properties

    data: {
        cursor?: string;
        limit?: number;
        state?: "pending" | "acquired" | "suspended" | "halted" | "fulfilled";
    }
    kind: "task.search"