Skip to content

Commit bbc4ff5

Browse files
committed
feat: update role.swift
1 parent e2e28bb commit bbc4ff5

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)