We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea2dc commit 4673a28Copy full SHA for 4673a28
1 file changed
packages/javascript-api/src/lib/model/ticket/ticket-created-response.ts
@@ -1,5 +1,3 @@
1
-import { ID } from '../../util/id-or-object';
2
-
3
export interface TicketCreatedResponse {
4
- id: ID;
+ id: string;
5
}
0 commit comments