Skip to main content

lightyear.collectionsynchronizerprops

Home > @runlightyear/lightyear > CollectionSynchronizerProps

CollectionSynchronizerProps interface

Signature:
interface CollectionSynchronizerProps 

Required Properties

PropertyModifiersTypeDescription
collectionstring
connectorAuthConnector

Optional Properties

PropertyModifiersTypeDescription
models?{ [name: string]: boolean | ((props: any) => ModelSynchronizer<any>); }
modelSynchronizers?{ [name: string]: (props: ModelSynchronizerProps) => ModelSynchronizer<any>; }