h1z1-server
    Preparing search index...

    Interface httpServerMessage

    interface httpServerMessage {
        data: any;
        requestId: number;
        type: string;
    }
    Index

    Properties

    Properties

    data: any
    requestId: number
    type: string