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

ChangeLog

import type { ChangeLog } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface ChangeLog {
action?: ActionEnum | null;
createdAt?: Date | number | null;
createdBy?: string | null;
objectName?: string | null;
objectType?: ObjectTypeEnum | null;
}

§Properties

§
action?: ActionEnum | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
objectName?: string | null
[src]
§
objectType?: ObjectTypeEnum | null
[src]