/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ /** The API name used for Power Automate flows in schema paths and directory structure. */ export declare const FLOW_API_NAME = "logicflows"; /** The full API ID for Power Automate flows used in connection references. */ export declare const LOGIC_FLOWS_API_ID = "/providers/Microsoft.PowerApps/apis/shared_logicflows"; /** * The set of flow trigger kinds supported by Code Apps. * Only flows with a PowerApp or PowerAppV2 trigger can be invoked from a Code App. * Mirrors canvas apps' isPowerAppsInstantFlow check in FlowHelpers.ts. */ export declare const SUPPORTED_TRIGGER_KINDS: Set; //# sourceMappingURL=flowConstants.d.ts.map