export function runSyntheticHandler()

in packages/synthetics-sdk-api/src/handlers.ts [100:105]


export function runSyntheticHandler(
  syntheticCode: (args: {
    logger: Logger;
    executionId: string | undefined;
    // eslint-disable-next-line  @typescript-eslint/no-explicit-any
  }) => any