We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0de339 + 26b62df commit 05409f0Copy full SHA for 05409f0
templates/deno/mod.ts.twig
@@ -1,5 +1,8 @@
1
import { Client } from "./src/client.ts";
2
import { Query } from "./src/query.ts";
3
+import { Permission } from "./src/permission.ts";
4
+import { Role } from "./src/role.ts";
5
+import { ID } from "./src/id.ts";
6
import { InputFile } from "./src/inputFile.ts";
7
import { {{spec.title | caseUcfirst}}Exception } from "./src/exception.ts";
8
{% for service in spec.services %}
@@ -9,6 +12,9 @@ import { {{service.name | caseUcfirst}} } from "./src/services/{{service.name |
9
12
export {
10
13
Client,
11
14
Query,
15
+ Permission,
16
+ Role,
17
+ ID,
18
InputFile,
19
{{spec.title | caseUcfirst}}Exception,
20
0 commit comments