mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
* feat: get shared vault invites sent by user. Co-authored-by: Mo <[email protected]> * feat: shared vault invites controller. Co-authored-by: Mo <[email protected]> --------- Co-authored-by: Mo <[email protected]>
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
export interface GetSharedVaultInvitesSentToUserDTO {
|
|
userUuid: string
|
|
}
|