Shape required interface instance

interface RequiredInstance {
    instance: string;
}

Properties

Properties

instance: string