viddo/atom-textual-velocity

View on GitHub
flow-types/SifterResult.js

Summary

Maintainability
A
0 mins
Test Coverage
/* @flow */

import type { Notes } from "./Note";
import type { SearchResult } from "sifter";

export type SifterResult = SearchResult<$Keys<Notes>>;