Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 16, 2024
1 parent abcf573 commit cf8ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ interface Provenance {
}

export interface DocData {
name: string; // packageName
network: string;
project: string;
name: string; // packageName
provenance: Provenance;
serializedSignedTx?: string;
}

0 comments on commit cf8ac75

Please sign in to comment.