UNPKG

@konsumation/db-level

Version:
14 lines (13 loc) 313 B
/** * Hints placed on a category at a specific time. */ export class LevelValue extends Value { static keyPrefixWith(owner: any): string; get keyPrefix(): any; /** * @return {string} */ get key(): string; write(db: any): Promise<any>; } import { Value } from "@konsumation/model";