Type Alias GuildAutoLiveRoleCreateManyAndReturnArgs<ExtArgs>

GuildAutoLiveRoleCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildAutoLiveRoleCreateManyInput | GuildAutoLiveRoleCreateManyInput[];
    include?: GuildAutoLiveRoleIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildAutoLiveRoleOmit<ExtArgs> | null;
    select?: GuildAutoLiveRoleSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildAutoLiveRole createManyAndReturn

Type Parameters

Type declaration