@suluk/core - v0.1.13
    Preparing search index...

    Interface CompiledTemplate

    interface CompiledTemplate {
        raw: string;
        pathSegments: PathSegment[];
        queryKeys: string[];
    }
    Index

    Properties

    raw: string
    pathSegments: PathSegment[]
    queryKeys: string[]

    Query parameter names that appear in the template (identity-bearing; key-set, order-insensitive).