Type Alias ResultItem

Invitee result item

type ResultItem = {
    email: string;
    status: "ok" | "exists";
    subject: string;
    userId: string;
}
Index

Properties

email: string

Email specified for this invitee

status: "ok" | "exists"
subject: string
userId: string