Type Alias GuildDropsGameUncheckedCreateWithoutWebhookInput
GuildDropsGameUncheckedCreateWithoutWebhookInput: {
channelId?: string | null;
createdAt?: Date | string;
dbId?: string;
gameId: string;
guildDropsId: string;
liveNotifications?: boolean | null;
roleId?: string | null;
}