Skip to content

Commit e575fa9

Browse files
committed
added .file() for exporting files
1 parent b293bdc commit e575fa9

File tree

5 files changed

+33655
-6946
lines changed

5 files changed

+33655
-6946
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ export class Model extends StaticModel {
674674
* @see {@link https://robsontenorio.github.io/vue-api-query/building-the-query#retrieving-a-list-of-records|Building the Query}
675675
*/
676676
get (): QueryPromise<this[]>
677+
678+
file (): QueryPromise<void>
677679

678680
/**
679681
* Execute the query and get all results.

0 commit comments

Comments
 (0)