@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbAllowedChildrenOfMediaType

    interface UmbAllowedChildrenOfMediaType {
        allowedChildren: UmbAllowedMediaTypeModel[];
        mediaTypeUnique: null | string;
    }
    Index

    Properties

    allowedChildren: UmbAllowedMediaTypeModel[]
    mediaTypeUnique: null | string