Type Alias GuildDefaultArgs<ExtArgs>

GuildDefaultArgs<ExtArgs>: {
    include?: GuildInclude<ExtArgs> | null;
    omit?: GuildOmit<ExtArgs> | null;
    select?: GuildSelect<ExtArgs> | null;
}

Guild without action

Type Parameters

Type declaration