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

    Type Alias SearchApplicationRequestBodyJson

    from message yeying.api.application.SearchApplicationRequestBody

    type SearchApplicationRequestBodyJson = {
        condition?: SearchApplicationConditionJson;
        page?: RequestPageJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.application.SearchApplicationCondition condition = 1;

    page?: RequestPageJson

    from field: yeying.api.common.RequestPage page = 2;