DaffContactServiceInterface
import { DaffContactServiceInterface } from '@daffodil/contact/driver'
interface DaffContactServiceInterface<T, V> {
send: Observable<V>
}
Properties
Name | Type | Description |
---|---|---|
send | Observable<V> |
import { DaffContactServiceInterface } from '@daffodil/contact/driver'
interface DaffContactServiceInterface<T, V> {
send: Observable<V>
}
Name | Type | Description |
---|---|---|
send | Observable<V> |