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

5 lines
61 B
TypeScript

type IntendedUser = {
name: string;
emails: string[];
};