PurchaseUserModelRef typedef

PurchaseUserModelRef = ModelRef<PurchaseUserModel>?

Alias for ModelRef

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

@RefParam(PurchaseUserModelDocument) PurchaseUserModelRef replaced_collection

Implementation

typedef PurchaseUserModelRef = ModelRef<PurchaseUserModel>?;