mwg API
    Preparing search index...

    Type Alias MwlDomainHook<Context, Input, Output>

    MwlDomainHook: (context: Context, input: Input) => Output

    A game-owned hook. MWG transports and types the boundary, but does not know the domain context, input, output, or rules behind it.

    Type Parameters

    • Context = unknown
    • Input = unknown
    • Output = unknown

    Type Declaration