Type Alias GuildDropsGameUncheckedCreateWithoutGameInput

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