Interface RecordActionContext

interface RecordActionContext {
    archiveDb: RawPdbDatabase;
    desktop: DbSyncInterface;
    device: DbSyncInterface;
}

Properties

archiveDb: RawPdbDatabase