@idpass/data-collect-core / ExternalSyncField
Type Alias: ExternalSyncField
ExternalSyncField =
object
Defined in: interfaces/types.ts:644
Configuration for external system synchronization.
Example
const openSppConfig: ExternalSyncConfig = {
type: "openspp",
url: "http://openspp.example.com",
database: "openspp_db",
auth: "basic"
};
Properties
name
name:
string
Defined in: interfaces/types.ts:644
value
value:
string
Defined in: interfaces/types.ts:644