Interface RepositoryObjectInterface

Objects that are stored as resources in the database inherit from this interface.

interface RepositoryObjectInterface {
    id: number;
}

Hierarchy (view full)

Properties

Properties

id: number

Entity id number

Generated using TypeDoc