Type Alias GuildDropsGameCreateManyGameInput

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