ExecuteConfig

Union type of all execution configuration types. Use this type when accepting any execution configuration.

Definition

export type ExecuteConfig =
    | ExecuteActionConfig
    | ExecuteServiceConfig
    | ExecuteMicroserviceConfig
    | ExecuteAPIConfig
    | ExecuteQueryConfig
    | ExecuteCollectionConfig;

Usage

import { undefined } from 'uxp/components';

Last updated