@samply/lens
    Preparing search index...

    Type Alias QueryItem

    type QueryItem = {
        description?: string;
        id: string;
        key: string;
        name: string;
        system?: string;
        type: string;
        values: QueryValue[];
    }
    Index

    Properties

    description?: string
    id: string
    key: string
    name: string
    system?: string
    type: string
    values: QueryValue[]