mwg API
    Preparing search index...

    Interface HookReference

    interface HookReference {
        location?: MwlLocation;
        name: string;
        type: HookType;
    }
    Index
    location?: MwlLocation
    name: string
    type: HookType