Type Alias DropGameGameIdPlatformCompoundUniqueInput

DropGameGameIdPlatformCompoundUniqueInput: {
    gameId: string;
    platform: PlatformEnum;
}