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

    Type Alias LinkVisitorRequestBodyJson

    from message yeying.api.asset.LinkVisitorRequestBody

    type LinkVisitorRequestBodyJson = {
        page?: RequestPageJson;
        uid?: string;
    }
    Index

    Properties

    Properties

    page?: RequestPageJson

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

    uid?: string

    from field: string uid = 1;