Type Alias EmailParseResponse
EmailParseResponse: { accountId: Id; notFound: Id[] | null; notParsable: Id[] | null; parsed: Record<Id, Email> | null;} Type declaration
accountId: Id
notFound: Id[] | null
notParsable: Id[] | null
parsed: Record<Id, Email> | null
RFC 8621 (4.9) - https://datatracker.ietf.org/doc/html/rfc8621#section-4.9