UNPKG

@konsumation/db-level

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