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?: {} | null;
[key: string]: string[] | null | undefined;
ProtocolsList: string[];
}