Interface for converting a class to a plain object.

interface ToObject<T> {
    toObject(): T;
}

Type Parameters

  • T

Implemented by

Methods

Methods