UNPKG

insomnia-plugin-douglasmariz-response-xml-to-json

Version:
14 lines (13 loc) 368 B
// export type DocumentAction = { // label: string, // action: ( // context: Context, // spec: { // contents: Record<string, any>; // rawContents: string; // format: string; // formatVersion: string; // } // ): void | Promise<void>; // hideAfterClick?: boolean; // }