Page Contents

Home > @loopback/repository > DataObject

DataObject type

Type alias for strongly or weakly typed objects of T

Signature:

export declare type DataObject<T extends object> = T | DeepPartial<T>;

References: DeepPartial