import type { Scope } from "./scope/types.js"; export interface FunctionConfig { apiName?: string; sources?: string[]; /** * @experimental */ scope?: Scope; }