@umbraco-cms/backoffice

    Interface UmbRepositoryResponse<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    data?: T

    The data returned from the data source.

    error?: Error | UmbError | UmbApiError | UmbCancelError

    The error that occurred when fetching the data.

    MMNEPVFCICPMFPCPTTAAATR