Shape required interface interface

interface RequiredInterface {
    name: string;
    target: RequiredInstance;
}

Properties

Properties

name: string