Interface Common

This interface represents a common structure with an optional ID and any additional properties.

interface Common {
    id?: string;
    [_: string]: any;
}

Hierarchy (view full)

Indexable

  • [_: string]: any

    Any additional properties

Properties

Properties

id?: string

An optional ID for the common structure