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)

12 lines (11 loc) 367 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>; }