Type alias TFlow

TFlow: {
    fallback: TStage;
    main: TStage;
}

Type declaration