standard output type

pull/1398/head
aniket-engg 3 years ago committed by Aniket
parent ebcccab4e5
commit 80f8d503e2
  1. 12
      libs/remixd/src/types/index.ts

@ -1,6 +1,18 @@
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]

Loading…
Cancel
Save