mobx-keystone
    Preparing search index...

    Type Alias ReqMarker<Req>

    Typed requirement marker created by req<Req>(). Pass it as the second argument to defineModelMixin to declare that the base model must already contain the Req shape before the mixin is applied.

    type ReqMarker<Req extends object> = {
        "[reqMarkerBrand]": Req;
    }

    Type Parameters

    • Req extends object
    Index

    Properties

    Properties

    "[reqMarkerBrand]": Req