FlowStart: FlowNode & {
    connector?: FlowConnector | null;
    filters: FlowRecordFilter[];
    object?: string | null;
    schedule?: FlowSchedule | null;
    triggerType?: string | null;
}

Type declaration