Native Object Client
    Preparing search index...

    Type Alias WithPathAndValue

    WithPathAndValue: {
        path: string;
        value: string | number | boolean | any[] | Record<string, any> | null;
    }

    Type Declaration

    • path: string
    • value: string | number | boolean | any[] | Record<string, any> | null