interface SerializableToJSON<T> {
    toJSON(): T;
}

Type Parameters

  • T = unknown

Implemented by

Methods

Methods

""