forked from jsnbuchanan/crowd-funder-for-time-pwa
Type fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface GiveRecordWithContactInfo {
|
||||
jwtId: string;
|
||||
fullClaim: any; // Replace with proper type
|
||||
fullClaim: unknown; // Replace with proper type
|
||||
giver: {
|
||||
known: boolean;
|
||||
displayName: string;
|
||||
@@ -17,4 +17,4 @@ export interface GiveRecordWithContactInfo {
|
||||
subDescription?: string;
|
||||
image?: string;
|
||||
timestamp: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user