Type alias WatchOptions

WatchOptions: {
    collectionname?: string;
    jwt?: string;
    paths: string[];
}

Type declaration

  • Optional collectionname?: string
  • Optional jwt?: string
  • paths: string[]

Generated using TypeDoc