bug fixes, add logo, mobile styling
This commit is contained in:
4
assets/js/definitions/index.d.ts
vendored
4
assets/js/definitions/index.d.ts
vendored
@@ -12,5 +12,7 @@ type OAuthEmail = {
|
||||
|
||||
type IntendedLink = {
|
||||
filename: string | null,
|
||||
filetype: string | null
|
||||
filetype: string | null,
|
||||
text_content: string | null,
|
||||
file_content: string | null
|
||||
};
|
||||
|
Reference in New Issue
Block a user