@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias SearchApplicationResponseJson

    from message yeying.api.application.SearchApplicationResponse

    type SearchApplicationResponseJson = {
        body?: SearchApplicationResponseBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.application.SearchApplicationResponseBody body = 2;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;