docs: link to DataPersistence.fetch

This commit is contained in:
David Herges 2018-04-23 14:54:28 +02:00 committed by Victor Savkin
parent d3164639f6
commit 4ff80c159b

View File

@ -32,7 +32,7 @@ export interface OptimisticUpdateOpts<T, A> {
}
/**
* See {@link DataPersistence.navigation} for more information.
* See {@link DataPersistence.fetch} for more information.
*/
export interface FetchOpts<T, A> {
id?(a: A, state?: T): any;