Type alias ComputePouchDbDocId<T>

ComputePouchDbDocId<T>: ((doc: T) => string)

Type Parameters

  • T

Type declaration

    • (doc: T): string
    • Parameters

      • doc: T

      Returns string

Generated using TypeDoc