Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListBackendJobsResponse

import type { ListBackendJobsResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface ListBackendJobsResponse {
Jobs?: BackendJobRespObj[] | null;
NextToken?: string | null;
}

§Properties

§
Jobs?: BackendJobRespObj[] | null
[src]

An array of jobs and their properties.

§
NextToken?: string | null
[src]

The token for the next set of results.