Skip to content

Commit e25044f

Browse files
committed
CCM-11192: Fix unit test
1 parent 420cd05 commit e25044f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/datastore/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export const LetterStatus = z.enum([
1717
'ENCLOSED', 'CANCELLED', 'DISPATCHED', 'FAILED',
1818
'RETURNED', 'DESTROYED', 'FORWARDED', 'DELIVERED']);
1919

20+
export type LetterStatusType = z.infer<typeof LetterStatus>;
21+
2022
export const LetterSchema = z.object({
2123
id: z.string(),
2224
supplierId: idRef(SupplierSchema),

0 commit comments

Comments
 (0)