export type WorkflowNode = { nodeType: 'FINISH' | 'MODULE'; moduleKey: string; moduleConfiguration: { idRank: string; enablePassport: boolean; enableId: boolean; showTutorial: boolean; captureAttempts: number; autoCaptureTimeout: number; enableIdRecording: boolean; ageAssurance: boolean; showPreview: boolean; assistedOnboarding: boolean; renderRetries: boolean; enableFaceRecording: boolean; skipProcessFace: boolean; disableFaceMatchAnimation: boolean; }; status: string; };