mirror of
https://github.com/standardnotes/server
synced 2026-08-03 15:16:02 -04:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export type DeclineSharedSubscriptionInvitationResponse = {
|
|
success: boolean
|
|
}
|