Type Alias: MigrationFunction()<T>
typescript
1
MigrationFunction<T> = (doc) => Doc<T>
Defined in: ridb_core.d.ts:733
Type Parameters
T
T extends SchemaType
Parameters
doc
Doc<T>
Returns
Doc<T>
MigrationFunction<T> = (doc) => Doc<T>
Defined in: ridb_core.d.ts:733
T extends SchemaType
Doc<T>
Doc<T>