Type Alias EmailImportResponse
EmailImportResponse: { accountId: Id; created: Record<Id, EmailImport> | null; newState: string; notCreated: Record<Id, SetError> | null; oldState: string | null;} Type declaration
accountId: Id
newState: string
notCreated: Record<Id, SetError> | null
oldState: string | null
RFC 8621 (4.8) - https://datatracker.ietf.org/doc/html/rfc8621#section-4.8