Type Alias CheckIsGameNameExistsParams

CheckIsGameNameExistsParams: {
    name: string;
}