Type alias JSONContent

JSONContent: {
    application/json: Record<string, any>;
}

Type declaration

  • application/json: Record<string, any>

Generated using TypeDoc