Documentation
    Preparing search index...

    Type Alias DeleteAssetMutation

    type DeleteAssetMutation = {
        __typename?: "Mutation";
        deleteAssetV2:
            | { __typename: "AssetErrorOperationNotAllowedOutput" }
            | { __typename: "AssetErrorResourceAccessDeniedOutput" }
            | { __typename: "AssetErrorResourceNotFoundOutput" }
            | { __typename: "AssetErrorTooManyRequestsOutput" }
            | { __typename: "DeleteAssetOutput"; success: boolean };
    }
    Index

    Properties

    __typename?: "Mutation"
    deleteAssetV2:
        | { __typename: "AssetErrorOperationNotAllowedOutput" }
        | { __typename: "AssetErrorResourceAccessDeniedOutput" }
        | { __typename: "AssetErrorResourceNotFoundOutput" }
        | { __typename: "AssetErrorTooManyRequestsOutput" }
        | { __typename: "DeleteAssetOutput"; success: boolean }