Commit 80f8d503 authored by aniket-engg's avatar aniket-engg Committed by Aniket

standard output type

parent ebcccab4
import * as ServiceList from '../serviceList'
import * as Websocket from 'ws'
export type OutputStandard = {
description: string
title: string
confidence: string
severity: string
sourceMap: any
category?: string
reference?: string
example?: any
[key: string]: any
}
type ServiceListKeys = keyof typeof ServiceList;
export type Service = typeof ServiceList[ServiceListKeys]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment