forked from jsnbuchanan/crowd-funder-for-time-pwa
feat: add first cut at emojis in feed (incomplete because it doesn't detect user's emojis correctly)
This commit is contained in:
@@ -80,7 +80,7 @@ export interface UserInfo {
|
||||
}
|
||||
|
||||
export interface CreateAndSubmitClaimResult {
|
||||
success: boolean;
|
||||
success: boolean | { embeddedRecordError?: string; claimId?: string };
|
||||
error?: string;
|
||||
handleId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user