Type alias ProtocolsOptions

ProtocolsOptions: {
    [P in keyof Protocols]: NonNullable<Parameters<Protocols[P]>[1]>
}

Generated using TypeDoc