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

StudioComponentSummary

import type { StudioComponentSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StudioComponentSummary {
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
name?: string | null;
studioComponentId?: string | null;
subtype?: StudioComponentSubtype | null;
type?: StudioComponentType | null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
name?: string | null
[src]
§
studioComponentId?: string | null
[src]
§
updatedAt?: Date | number | null
[src]
§
updatedBy?: string | null
[src]