feat(api): add accepting invites by the client
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export type SubscriptionInviteAcceptResponseBody = {
|
||||
success: boolean
|
||||
}
|
||||
import { Either } from '@standardnotes/common'
|
||||
|
||||
export type SubscriptionInviteAcceptResponseBody = Either<{ success: true }, { success: false; message: string }>
|
||||
|
||||
Reference in New Issue
Block a user