Type Alias R2StorageCreateNestedOneWithoutGuildsInput

R2StorageCreateNestedOneWithoutGuildsInput: {
    connect?: R2StorageWhereUniqueInput;
    connectOrCreate?: R2StorageCreateOrConnectWithoutGuildsInput;
    create?: XOR<R2StorageCreateWithoutGuildsInput, R2StorageUncheckedCreateWithoutGuildsInput>;
}