Skip to content

Commit dc8aa03

Browse files
committed
fix: remove duplicate MemoryDeployedStateSchema after rebase
1 parent 1f80a27 commit dc8aa03

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/schema/schemas/deployed-state.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,6 @@ export const ExternallyManagedStateSchema = z.object({
107107

108108
export type ExternallyManagedState = z.infer<typeof ExternallyManagedStateSchema>;
109109

110-
// ============================================================================
111-
// Memory Deployed State
112-
// ============================================================================
113-
114-
export const MemoryDeployedStateSchema = z.object({
115-
memoryId: z.string().min(1),
116-
memoryArn: z.string().min(1),
117-
});
118-
119-
export type MemoryDeployedState = z.infer<typeof MemoryDeployedStateSchema>;
120-
121110
// ============================================================================
122111
// Credential Deployed State
123112
// ============================================================================

0 commit comments

Comments
 (0)