Interface ComponentProtocol<P>

interface ComponentProtocol<P> {
    protocol: P;
}

Type Parameters

  • P extends string = string

Properties

Properties

protocol: P

Generated using TypeDoc