Interface _ExchangeOptions

interface _ExchangeOptions {
    name: string;
    options?: AssertExchange;
    type: string;
}

Properties

Properties

name: string
options?: AssertExchange
type: string