get secret files working
This commit is contained in:
5
assets/js/definitions/index.d.ts
vendored
5
assets/js/definitions/index.d.ts
vendored
@@ -2,3 +2,8 @@ type IntendedUser = {
|
||||
name: string;
|
||||
emails: string[];
|
||||
};
|
||||
|
||||
type IntendedLink = {
|
||||
filename: string | null,
|
||||
filetype: string | null
|
||||
};
|
||||
|
Reference in New Issue
Block a user