Skip to content

Commit

Permalink
ts update.
Browse files Browse the repository at this point in the history
  • Loading branch information
yathit committed Apr 6, 2016
1 parent d6cd689 commit ac7526c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
82 changes: 0 additions & 82 deletions misc/ydn.db-1.0-tests.ts

This file was deleted.

4 changes: 2 additions & 2 deletions misc/ydn.db-1.0.ts
Expand Up @@ -32,7 +32,7 @@ interface StoreSchemaJson {
interface DatabaseSchemaJson {
version?: number;
stores: StoreSchemaJson[];
fullTextCatalogs?: FullTextCatalog;
fullTextCatalogs?: FullTextCatalog[];
}

interface StorageOptions {
Expand Down Expand Up @@ -234,7 +234,7 @@ declare module ydn.db {

run(callback: (iStorage: ydn.db.Storage) => void, store_names: string[], mode: TransactionMode): Request;

search(catalog_name: string): Request;
search(catalog_name: string, query: string, limit?: number, threshold?: number): Request;

setName(name: string): any;

Expand Down

0 comments on commit ac7526c

Please sign in to comment.