Interface IPersistableAble<J>

interface IPersistableAble<J> {
    toJSON: (() => Promise<J>);
}

Type Parameters

  • J

Hierarchy (view full)

Properties

Properties

toJSON: (() => Promise<J>)

Type declaration

    • (): Promise<J>
    • Returns Promise<J>