forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: get the emojis to work with additions, removals, and multiple people
This commit is contained in:
@@ -80,8 +80,10 @@ export interface UserInfo {
|
||||
}
|
||||
|
||||
export interface CreateAndSubmitClaimResult {
|
||||
success: boolean | { embeddedRecordError?: string; claimId?: string };
|
||||
success: boolean;
|
||||
embeddedRecordError?: string;
|
||||
error?: string;
|
||||
claimId?: string;
|
||||
handleId?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user