UNPKG

@openstream/client

Version:
20 lines 366 B
export type Output = { result: "ok"; } | { result: "not-found"; } | { result: "expired"; } | { result: "already-accepted"; } | { result: "already-rejected"; } | { result: "already-in-account"; } | { result: "account-deleted"; } | { result: "account-not-found"; } | { result: "email-exists"; }; //# sourceMappingURL=Output.d.ts.map