Type Alias IDBCursorDirection

    IDBCursorDirection:
        | "next"
        | "nextunique"
        | "prev"
        | "prevunique"