Skip to content

Commit

Permalink
Remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Apr 4, 2024
1 parent 003cfa1 commit c662411
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/state-manager/src/sagas/identity/identity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,6 @@ export interface RegisterUserCertificatePayload {
serviceAddress: string
}

export interface RegisterOwnerCertificatePayload {
communityId: string
userCsr: UserCsr
permsData: PermsData
}

export interface SaveCertificatePayload {
certificate: string
rootPermsData: PermsData
}

export interface SaveOwnerCertificatePayload {
id: string
peerId: string
certificate: string
permsData: PermsData
}

export interface StoreUserCertificatePayload {
userCertificate: string
communityId: string
Expand Down

0 comments on commit c662411

Please sign in to comment.