Search


Search something to see results

ControllerInfo

interface ControllerInfo {
    vendor: null | string;
    product: null | string;
    name: string;
}

Index

Properties

Properties

vendor: null | string
product: null | string
name: string