Dexie Logo
Documentation

DBCoreAddRequest

export interface DBCoreAddRequest {
  type: 'add';
  trans: DBCoreTransaction;
  values: any[];
  keys?: any[];
  wantResults?: boolean;
}

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.