@tikoci/centrs
    Preparing search index...

    Interface ApiSelectionSummary

    Compact description of the selector that produced the fan-out.

    interface ApiSelectionSummary {
        all: boolean;
        default: boolean;
        groups: readonly string[];
        positionals: readonly string[];
        where: readonly string[];
    }
    Index

    Properties

    all: boolean
    default: boolean
    groups: readonly string[]
    positionals: readonly string[]
    where: readonly string[]