Skip to content

Commit 6ec112a

Browse files
fix: export realtimeevent on web
1 parent 2b0dcee commit 6ec112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/src/index.ts.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export { Client, Query, {{spec.title | caseUcfirst}}Exception } from './client';
22
{% for service in spec.services %}
33
export { {{service.name | caseUcfirst}} } from './services/{{service.name | caseDash}}';
44
{% endfor %}
5-
export type { Models, Payload } from './client';
5+
export type { Models, Payload, RealtimeResponseEvent, UploadProgress } from './client';
66
export type { QueryTypes, QueryTypesList } from './query';

0 commit comments

Comments
 (0)