@umbraco-cms/backoffice

    Interface UmbDataSourceResponse<T>

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

    Type Parameters

    • T = unknown

    Hierarchy (View Summary, Expand)

    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.

    MMNEPVFCICPMFPCPTTAAATR