Update package

This commit is contained in:
CptSpaceToaster
2019-07-06 16:59:29 -04:00
parent 415e3f1f94
commit 26dce235a6
13 changed files with 478 additions and 406 deletions

View File

@ -96,7 +96,7 @@ Card.find(id: string): Promise<Card>
Card.where(params: IQuery[]): Promise<Card[]>
Card.all(): Promise<Card[]>
Set.find(name: string): Promise<Set>
Set.find(id: string): Promise<Set>
Set.where(params: IQuery[]): Promise<Set[]>
Set.all(): Promise<Set[]>