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

AppsListData

import type { AppsListData } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface AppsListData {
AppsList: App[];
CreateTime?: Date | number | null;
LastUpdateTime?: Date | number | null;
ListId?: string | null;
ListName: string;
ListUpdateToken?: string | null;
PreviousAppsList?: {
[key: string]: App[] | null | undefined;
}
| null;
}

§Properties

§
AppsList: App[]
[src]
§
CreateTime?: Date | number | null
[src]
§
LastUpdateTime?: Date | number | null
[src]
§
ListId?: string | null
[src]
§
ListName: string
[src]
§
ListUpdateToken?: string | null
[src]
§
PreviousAppsList?: {
[key: string]: App[] | null | undefined;
}
| null
[src]