fix file uploads, serve them properly, put behind auth wall, decrypt secret message in frontend
This commit is contained in:
7
assets/js/definitions/index.d.ts
vendored
7
assets/js/definitions/index.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
interface Link {
|
||||
id: string
|
||||
}
|
||||
type IntendedUser = {
|
||||
name: string;
|
||||
emails: string[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user