Type Alias ModelWithProtocol

ModelWithProtocol: {
    m: PrinterModel;
    v: number;
}

Type declaration