UNPKG

@comet-cli/plugin-documentation

Version:
13 lines (12 loc) 410 B
import { Vue } from 'vue-property-decorator'; import { Bodies, DocHeader, DocOperation } from '@comet-cli/types'; export default class RequestTab extends Vue { name: string; readonly operationId: string; private operation; get current(): DocOperation; get headers(): DocHeader[]; get description(): string | undefined; get types(): string[]; get bodies(): Bodies | undefined; }