ExecutionResult
Definition
export interface ExecutionResult<T = any> {
data: T | null;
errorMessage?: string;
error?: any;
}Usage
import { ExecutionResult } from 'uxp/components';Last updated
export interface ExecutionResult<T = any> {
data: T | null;
errorMessage?: string;
error?: any;
}import { ExecutionResult } from 'uxp/components';Last updated