Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Apr 3, 2024
1 parent 072a79a commit ac48438
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/iden3comm/handlers/credential-proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
CredentialsOfferMessage,
IPackageManager,
JSONObject,
JWSPackerParams
PackerParams
} from '../types';

import { DID } from '@iden3/js-iden3-core';
Expand Down Expand Up @@ -129,12 +129,6 @@ export interface ICredentialProposalHandler {
/** @beta ProposalRequestHandlerOptions represents proposal-request handler options */
export type ProposalRequestHandlerOptions = object;

/** @beta PackerParams represents params for packer */
export type PackerParams = {
mediaType: MediaType;
packerOptions?: JWSPackerParams;
};

/** @beta ProposalHandlerOptions represents proposal handler options */
export type ProposalHandlerOptions = {
proposalRequest?: ProposalRequestMessage;
Expand Down

0 comments on commit ac48438

Please sign in to comment.