DataStore interface, find method.

interface Find {
    find: ((interest: Interest) => Promise<undefined | Data>);
}

Hierarchy

  • Find

    Implemented by

    Properties

    Properties

    find: ((interest: Interest) => Promise<undefined | Data>)

    Find Data that satisfies Interest.