Type alias Content

Content: string | Buffer | ArrayBuffer | Map<string, JSONValue> | Set<JSONValue> | number | boolean | undefined | symbol | {
    toString(): string;
} | Function | JSONValue[] | JSONParsed

Type declaration