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

    Type Alias SearchApplicationRequestJson

    from message yeying.api.application.SearchApplicationRequest

    type SearchApplicationRequestJson = {
        body?: SearchApplicationRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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