Type Alias R2StorageGuildCreateManyArgs<ExtArgs>

R2StorageGuildCreateManyArgs<ExtArgs>: {
    data: R2StorageGuildCreateManyInput | R2StorageGuildCreateManyInput[];
    skipDuplicates?: boolean;
}

R2StorageGuild createMany

Type Parameters

Type declaration