export interface SharedListItem { /** * Email address whom you want share after document signed with. */ email: string; /** * Full name of the person. */ name: string; }