export interface GameExtendedClaimEntity { user: string; setType: number; claimType: number; created: string; expiration: string; }