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;
}