Skip to content

Commit 4673a28

Browse files
committed
Created ticket always has ID of String
1 parent 74ea2dc commit 4673a28

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { ID } from '../../util/id-or-object';
2-
31
export interface TicketCreatedResponse {
4-
id: ID;
2+
id: string;
53
}

0 commit comments

Comments
 (0)