FlowWait: FlowNode & {
    defaultConnector?: FlowConnector | null;
    defaultConnectorLabel: string;
    faultConnector?: FlowConnector | null;
    waitEvents: FlowWaitEvent[];
}

Type declaration