NameAndEmail

type NameAndEmail: object;

Type declaration

email?

optional email: string;

name?

optional name: string;