Wheel Spin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface RewardCatalog {
|
||||
export interface RewardCatalogType {
|
||||
id: string
|
||||
name: string
|
||||
description?: string
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
export interface WheelSpinType {
|
||||
id: string
|
||||
name: string
|
||||
weight: number
|
||||
omset: number
|
||||
fallback: boolean
|
||||
stock?: number
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
}
|
||||
Reference in New Issue
Block a user