@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface ReactiveFormData

    Base interface for data of reactive form class.

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

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    id?: PK