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

    Type Alias LinkDetailResponseBodyJson

    from message yeying.api.asset.LinkDetailResponseBody

    type LinkDetailResponseBodyJson = {
        detail?: LinkDetailJson;
        status?: ResponseStatusJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.LinkDetail detail = 2;

    status?: ResponseStatusJson

    from field: yeying.api.common.ResponseStatus status = 1;