Type Alias HeadlessRoutineBlock<atom>

HeadlessRoutineBlock<atom>: RoutineBlock<atom> & {
    head: null;
}

Type Parameters