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

    Interface UmbPropertyEditorRteValueType

    interface UmbPropertyEditorRteValueType {
        blocks?: UmbBlockValueType<UmbBlockRteLayoutModel>;
        markup: string;
    }
    Index
    markup: string