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

ProtocolsListData

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

§Properties

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