UNPKG

condoit

Version:

[![](https://img.shields.io/badge/Docs-Docs-00a02e?logo=github&style=for-the-badge&color=0000ff)](https://securisec.github.io/condoit/) ![](https://img.shields.io/npm/v/condoit?style=for-the-badge)

21 lines (17 loc) 372 B
import { ErrorCodes } from './iGlobal'; export interface RemarkupProcess { context: | 'phriction' | 'maniphest' | 'differential' | 'phame' | 'feed' | 'diffusion'; contents: Array<string>; } export interface retRemarkupProcessResult { content: string; } export interface RetRemarkupProcess extends ErrorCodes { result: Array<retRemarkupProcessResult>; }