UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

5 lines (4 loc) 154 B
import { TypeDexieError } from './type-dexie.error'; export declare class PrimaryKeyAlreadyDefinedError extends TypeDexieError { constructor(); }