import { TableDecision } from '../../TableDecision.js'; export interface DeserializeSectionRequest { /** The raw JSON Object to be deserialized */ sectionDataRaw: any; /** The decision table */ table: TableDecision; /** The Id of this section */ sectionId: string; } //# sourceMappingURL=DeserializeSectionRequestInterface.d.ts.map