Interface Interface

interface Interface {
    implementations: Implementation[];
    name: string;
}

Properties

implementations: Implementation[]
name: string