Type Alias R2StorageGuildCreateArgs<ExtArgs>

R2StorageGuildCreateArgs<ExtArgs>: {
    data: XOR<R2StorageGuildCreateInput, R2StorageGuildUncheckedCreateInput>;
    include?: R2StorageGuildInclude<ExtArgs> | null;
    omit?: R2StorageGuildOmit<ExtArgs> | null;
    select?: R2StorageGuildSelect<ExtArgs> | null;
}

R2StorageGuild create

Type Parameters

Type declaration