Type Alias GuildDropsDefaultArgs<ExtArgs>

GuildDropsDefaultArgs<ExtArgs>: {
    include?: GuildDropsInclude<ExtArgs> | null;
    omit?: GuildDropsOmit<ExtArgs> | null;
    select?: GuildDropsSelect<ExtArgs> | null;
}

GuildDrops without action

Type Parameters

Type declaration