diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 0b887314..616fd7c2 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -1,4 +1,4 @@ -name: Check SDK types +name: Check build and types on: pull_request: diff --git a/src/methods/vault/transactions/util/metadata/uploadMetadata/index.ts b/src/methods/vault/transactions/util/metadata/uploadMetadata/index.ts index 3acf879e..69f603e3 100644 --- a/src/methods/vault/transactions/util/metadata/uploadMetadata/index.ts +++ b/src/methods/vault/transactions/util/metadata/uploadMetadata/index.ts @@ -2,7 +2,7 @@ import graphql from '../../../../../../graphql' import { apiUrls, validateArgs } from '../../../../../../utils' -type UploadMetadataInput = { +export type UploadMetadataInput = { image?: string displayName?: string description?: string