Skip to content

Commit

Permalink
contrib map type update
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamidev committed Jan 8, 2025
1 parent 04ae132 commit 412db85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desci-server/src/services/Contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type NodeContributorMapAuthed = Record<ContributorId, NodeContributorAuth
export interface NodeContributor {
name: string | undefined;
verified: boolean;
denied: boolean;
userId: number;
deleted: boolean;
deletedAt: string;
Expand Down

0 comments on commit 412db85

Please sign in to comment.