Type Alias R2StorageCreateOrConnectWithoutGuildsInput

R2StorageCreateOrConnectWithoutGuildsInput: {
    create: XOR<R2StorageCreateWithoutGuildsInput, R2StorageUncheckedCreateWithoutGuildsInput>;
    where: R2StorageWhereUniqueInput;
}