Type Alias HeadfulRoutineBlock<atom>

HeadfulRoutineBlock<atom>: RoutineBlock<atom> & {
    head: Effect<atom>[];
}

Type Parameters