Type Alias GuildDropsGameWebhookCreateManyInput

GuildDropsGameWebhookCreateManyInput: {
    avatarUrl?: string | null;
    dbId?: string;
    guildDropsGameId: string;
    username?: string | null;
}