Interface IBelfioreConnectorCommonConfig

interface IBelfioreConnectorCommonConfig {
    fromDate?: Date;
    toDate?: Date;
}

Hierarchy (view full)

Properties

Properties

fromDate?: Date
toDate?: Date