Type Alias R2StorageUpdateToOneWithWhereWithoutGuildsInput

R2StorageUpdateToOneWithWhereWithoutGuildsInput: {
    data: XOR<R2StorageUpdateWithoutGuildsInput, R2StorageUncheckedUpdateWithoutGuildsInput>;
    where?: R2StorageWhereInput;
}