PurchaseUserModelRef typedef

PurchaseUserModelRef = ModelRef<PurchaseUserModel>?

Alias for ModelRef<PurchaseUserModel>.

When defining parameters for other Models, you can define them as follows

@RefParam(PurchaseUserModelDocument) PurchaseUserModelRef replaced_collection

Implementation

typedef PurchaseUserModelRef = ModelRef<PurchaseUserModel>?;