@qbraid-core
    Preparing search index...

    Interface DeleteMultipleJobsResponse

    interface DeleteMultipleJobsResponse {
        deletedJobs?: string[];
        message: string;
        nonDeletedJobs?: string[];
    }
    Index

    Properties

    deletedJobs?: string[]
    message: string
    nonDeletedJobs?: string[]