Type Alias R2StorageGuildCreateManyAndReturnArgs<ExtArgs>

R2StorageGuildCreateManyAndReturnArgs<ExtArgs>: {
    data: R2StorageGuildCreateManyInput | R2StorageGuildCreateManyInput[];
    include?: R2StorageGuildIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: R2StorageGuildOmit<ExtArgs> | null;
    select?: R2StorageGuildSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

R2StorageGuild createManyAndReturn

Type Parameters

Type declaration