Type Alias GuildDropsGameDefaultArgs<ExtArgs>

GuildDropsGameDefaultArgs<ExtArgs>: {
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelect<ExtArgs> | null;
}

GuildDropsGame without action

Type Parameters

Type declaration