interface UmbBlockDataType {
    contentTypeKey: string;
    udi: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

contentTypeKey: string
udi: string
""