Page Contents
Home > @loopback/typeorm > PropertyType
PropertyType type
Signature:
export declare type PropertyType = {
[propertyName: string]: SchemaObject | ReferenceObject;
};
Home > @loopback/typeorm > PropertyType
Signature:
export declare type PropertyType = {
[propertyName: string]: SchemaObject | ReferenceObject;
};