UNPKG

@configurator/ravendb

Version:
4 lines (3 loc) 81 B
export interface IEnumerableQuery<T extends object> { all(): Promise<T[]>; }