We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c592d36 commit 1adb1f1Copy full SHA for 1adb1f1
internal/datastore/src/types.ts
@@ -47,8 +47,6 @@ export const LetterSchema = LetterSchemaBase.extend({
47
updatedAt: z.string(),
48
supplierStatus: z.string().describe("Secondary index PK"),
49
supplierStatusSk: z.string().describe("Secondary index SK"),
50
- source: z.string(),
51
- subject: z.string(),
52
ttl: z.int(),
53
}).describe("Letter");
54
0 commit comments