@shopify/oxygen-workers-types
    Preparing search index...

    Interface URLPatternComponentResult

    interface URLPatternComponentResult {
        groups: Record<string, string>;
        input: string;
    }
    Index

    Properties

    Properties

    groups: Record<string, string>
    input: string