Skip to content

Commit 3c00e99

Browse files
committed
Merge branch 'feat-permissions-classes' of https://github.com/appwrite/sdk-generator into feat-tests-for-helper-classes
2 parents b0302ec + bbc4ff5 commit 3c00e99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/web/src/index.ts.twig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ export { Client, Query, {{spec.title | caseUcfirst}}Exception } from './client';
33
export { {{service.name | caseUcfirst}} } from './services/{{service.name | caseDash}}';
44
{% endfor %}
55
export type { Models, Payload, RealtimeResponseEvent, UploadProgress } from './client';
6-
export type { QueryTypes, QueryTypesList } from './query';
6+
export type { QueryTypes, QueryTypesList } from './query';
7+
export { Permission } from './permission';
8+
export { Role } from './role';
9+
export { ID } from './id';

0 commit comments

Comments
 (0)