Type Alias R2StorageGuildUpdateWithWhereUniqueWithoutR2StorageInput

R2StorageGuildUpdateWithWhereUniqueWithoutR2StorageInput: {
    data: XOR<R2StorageGuildUpdateWithoutR2StorageInput, R2StorageGuildUncheckedUpdateWithoutR2StorageInput>;
    where: R2StorageGuildWhereUniqueInput;
}