feat: initial boilerplate
This commit is contained in:
7
api/libraries/event-store/events/auditor.ts
Normal file
7
api/libraries/event-store/events/auditor.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import z from "zod";
|
||||
|
||||
export const auditor = z.object({
|
||||
accountId: z.string(),
|
||||
});
|
||||
|
||||
export type Auditor = z.infer<typeof auditor>;
|
||||
Reference in New Issue
Block a user