diff --git a/packages/types/users.ts b/packages/types/users.ts index 5ea3710..f863f5a 100644 --- a/packages/types/users.ts +++ b/packages/types/users.ts @@ -45,7 +45,7 @@ export type User = helper.Props & export type Infraction = Omit export type UserWithInfractions = User & { - infractions: Infraction; + infractions: Infraction[]; }; export type InfractionType = users.InfractionType;