Skip to content

ResponseFormat

Response format: 'html' returns PyVis HTML, 'json' returns MongoDB schema-style JSON

Example Usage

import { ResponseFormat } from "fermisdk/models";

let value: ResponseFormat = "json";

Values

"html" | "json"