Interface AnyOperatorDetails

interface AnyOperatorDetails {
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

name: string