Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias ServerCallResponse

    type ServerCallResponse = {
        entity?: EntityJson;
        return: any;
    }
    Index

    Properties

    Properties

    entity?: EntityJson
    return: any