Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.32 KB

IInsertInput.md

File metadata and controls

74 lines (40 loc) · 1.32 KB

opfsdb / Exports / IInsertInput

Interface: IInsertInput<T>

Type parameters

Name Type
T extends IBasicRecord = IBasicRecord

Hierarchy

Table of contents

Properties

Properties

fullRecord

Optional fullRecord: boolean

Inherited from

IInsertOptions.fullRecord

Defined in

lib/types.ts:15


name

name: "insert"

Defined in

lib/types.ts:18


record

record: T

Defined in

lib/types.ts:19


tableName

tableName: string

Inherited from

IBaseInput.tableName

Defined in

lib/types.ts:11