centurion-erp-ui
    Preparing search index...

    Interface APIDataObject

    This object is a single row of a dataset.

    interface APIDataObject {
        _urls: APIDataObjectUrls;
        id: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Field data

    Index

    Properties

    Properties

    URLs for this objects relationships.

    id: number

    Unique ID from the database. Generally this will be the Primary Key.