feat: allow multiple shares with one reverse share link
This commit is contained in:
@@ -31,7 +31,8 @@ export type MyReverseShare = {
|
||||
id: string;
|
||||
maxShareSize: string;
|
||||
shareExpiration: Date;
|
||||
share?: MyShare;
|
||||
remainingUses: number;
|
||||
shares: MyShare[];
|
||||
};
|
||||
|
||||
export type ShareSecurity = {
|
||||
|
||||
Reference in New Issue
Block a user