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

    Type Alias RecoverDeletedAssetRequestBodyJson

    from message yeying.api.asset.RecoverDeletedAssetRequestBody

    type RecoverDeletedAssetRequestBodyJson = {
        hash?: string;
        namespaceId?: string;
    }
    Index

    Properties

    Properties

    hash?: string

    from field: string hash = 1;

    namespaceId?: string

    from field: string namespaceId = 2;