Type alias ServiceIdentity

ServiceIdentity: ServiceResponse & ServiceMetadata & {
    id: string;
    name: string;
    version: string;
}

Generated using TypeDoc