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

    Type Alias LinkVisitorRequestBody

    LinkVisitorRequestBody: Message<"yeying.api.asset.LinkVisitorRequestBody"> & {
        page?: RequestPage;
        uid: string;
    }

    Type declaration

    • Optionalpage?: RequestPage

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

    • uid: string

      from field: string uid = 1;

    from message yeying.api.asset.LinkVisitorRequestBody