Type alias CreateActivityRequestDTO

CreateActivityRequestDTO: {
    agreementId: string;
    requestorPubKey?: string;
}

Type declaration

  • agreementId: string
  • Optional requestorPubKey?: string