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

    Type Alias ApplicationDetailResponseJson

    from message yeying.api.application.ApplicationDetailResponse

    type ApplicationDetailResponseJson = {
        body?: ApplicationDetailResponseBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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