Interface ReactiveFormData

Base interface for data of reactive form class.

interface ReactiveFormData {
    id?: PK;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Anything else.

Properties

Properties

id?: PK

Model primary key.