Type Alias R2StorageGuildCreateOrConnectWithoutR2StorageInput

R2StorageGuildCreateOrConnectWithoutR2StorageInput: {
    create: XOR<R2StorageGuildCreateWithoutR2StorageInput, R2StorageGuildUncheckedCreateWithoutR2StorageInput>;
    where: R2StorageGuildWhereUniqueInput;
}