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

    Type Alias RemoveDeletedAssetRequestBody

    RemoveDeletedAssetRequestBody: Message<
        "yeying.api.asset.RemoveDeletedAssetRequestBody",
    > & { hash: string; namespaceId: string }

    Type declaration

    • hash: string

      from field: string hash = 1;

    • namespaceId: string

      from field: string namespaceId = 2;

    from message yeying.api.asset.RemoveDeletedAssetRequestBody