Entendu/assets/js/definitions/index.d.ts

10 lines
140 B
TypeScript

type IntendedUser = {
name: string;
emails: string[];
};
type IntendedLink = {
filename: string | null,
filetype: string | null
};