chore: refactor points
This commit is contained in:
@@ -21,4 +21,4 @@ export const validateLoyaltyLevelsSchema = z
|
||||
|
||||
export type LoyaltyLevelsResponse = z.input<typeof validateLoyaltyLevelsSchema>
|
||||
|
||||
export type LoyaltyLevel = z.output<typeof validateLoyaltyLevelsSchema>[0]
|
||||
export type LoyaltyLevel = z.output<typeof validateLoyaltyLevelsSchema>[number]
|
||||
|
||||
Reference in New Issue
Block a user