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

    Interface UmbRepositoryResponse<T>

    interface UmbRepositoryResponse<T> {
        data?: T;
        error?: Error | UmbApiError | UmbCancelError | UmbError;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data?: T

    The data returned from the data source.

    error?: Error | UmbApiError | UmbCancelError | UmbError

    The error that occurred when fetching the data.