Type alias JSONAbleObject<T>

JSONAbleObject<T>: T

Represents an Object that can be converted to JSON

Type Parameters

  • T extends Record<string, any> = Record<string, any>