Type alias QueryAble

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

Type declaration

  • Optional identifiers?: {
        $skipLockOn?: string[];
        [key: string]: string | string[] | undefined;
    }
    • [key: string]: string | string[] | undefined
    • Optional $skipLockOn?: string[]
  • Optional type?: QueryProperty

Generated using TypeDoc