Sorci.js
    Preparing search index...

    Type Alias QueryAble

    type QueryAble = {
        id?: QueryProperty;
        identifiers?: {
            $skipLockOn?: string[];
            [key: string]: string | string[] | undefined;
        };
        timestamp?: QueryProperty;
        type?: QueryProperty;
    }
    Index

    Properties

    identifiers?: {
        $skipLockOn?: string[];
        [key: string]: string | string[] | undefined;
    }
    timestamp?: QueryProperty