get secret files working

This commit is contained in:
2022-02-22 02:34:45 -05:00
parent 42cfe127eb
commit 263618a277
7 changed files with 199 additions and 98 deletions

View File

@@ -2,3 +2,8 @@ type IntendedUser = {
name: string;
emails: string[];
};
type IntendedLink = {
filename: string | null,
filetype: string | null
};