Interface RecordAction

Sync action to be performed on a record.

interface RecordAction {
    record: RawPdbRecord;
    type: RecordActionType;
}

Properties

Properties

record: RawPdbRecord

Record to perform the action on.

Type of sync action to perform.