UNPKG

@arcgis/workflow-manager

Version:

ArcGIS Workflow Manager JavaScript API

9 lines (8 loc) 565 B
export interface EsriWorkflowModelsDaDataStoreSettingValue { propName: string; value?: string | null; encrypted: boolean; } export declare function EsriWorkflowModelsDaDataStoreSettingValueFromJSON(json: any): EsriWorkflowModelsDaDataStoreSettingValue; export declare function EsriWorkflowModelsDaDataStoreSettingValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowModelsDaDataStoreSettingValue; export declare function EsriWorkflowModelsDaDataStoreSettingValueToJSON(value?: EsriWorkflowModelsDaDataStoreSettingValue | null): any;