Interface BaseAttributes

Base interface for API response attributes

interface BaseAttributes {
    id: string;
    type: string;
}

Hierarchy (View Summary)

Properties

Properties

id: string

Unique identifier for the entity

type: string

Type of the entity