maksit-webui/src/contracts/oauth/EmailProtocol.ts
Maksym Sadovnychyy 25ae18bab6
Some checks failed
Storybook tests / storybook-tests (push) Has been cancelled
(feature): release as unified npm package @maks-it.com/webui, deepDelta fixes
2026-07-07 18:44:01 +02:00

10 lines
198 B
TypeScript

/**
* Mailbox email protocol flags for multi-step OAuth UI.
* FiPlan/legacy FE shape — not in MaksIT.IdentityHub.Contracts.
*/
export enum EmailProtocol {
Smtp = 0,
Pop3 = 1,
Imap = 2,
}