Type Alias GuildDropsGameUncheckedCreateInput

GuildDropsGameUncheckedCreateInput: {
    channelId?: string | null;
    createdAt?: Date | string;
    dbId?: string;
    gameId: string;
    guildDropsId: string;
    liveNotifications?: boolean | null;
    roleId?: string | null;
    webhook?: GuildDropsGameWebhookUncheckedCreateNestedOneWithoutGuildDropsGameInput;
}