import type * as BasisTheory from "../../../../index.js"; /** * @example * {} */ export interface PatchReactorRequest { name?: string; application?: BasisTheory.Application; code?: string; configuration?: Record; runtime?: BasisTheory.Runtime; }