Type Alias GuildCreateArgs<ExtArgs>

GuildCreateArgs<ExtArgs>: {
    data: XOR<GuildCreateInput, GuildUncheckedCreateInput>;
    include?: GuildInclude<ExtArgs> | null;
    omit?: GuildOmit<ExtArgs> | null;
    select?: GuildSelect<ExtArgs> | null;
}

Guild create

Type Parameters

Type declaration