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

    Interface UmbRepositoryItemsStatus

    interface UmbRepositoryItemsStatus {
        state: { error?: string; type: "error" | "success" | "loading" };
        unique: string;
    }
    Index

    Properties

    Properties

    state: { error?: string; type: "error" | "success" | "loading" }
    unique: string