Variable: AuditLogResponseSchema
constAuditLogResponseSchema:ZodObject<{entries:ZodArray<ZodObject<{action:ZodString;actorUsername:ZodString;createdAt:ZodString;id:ZodString;summary:ZodString; },$strip>>; },$strip>
Defined in: notifications/NotificationSchema.ts:35
