Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.MandarineCore.MicroserviceItem

import type { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { MicroserviceItem } = Mandarine.MandarineCore;
interface MicroserviceItem {
createdDate: Date;
hash: string;
lastMountingDate: Date;
microserviceConfiguration: Microlemon.ConnectionData;
parentComponent: ClassType;
worker: Worker;
}

§Properties

§
createdDate: Date
[src]
§
hash: string
[src]
§
lastMountingDate: Date
[src]
§
microserviceConfiguration: Microlemon.ConnectionData
[src]
§
parentComponent: ClassType
[src]
§
worker: Worker
[src]