UNPKG

autumn-js

Version:
10 lines (8 loc) 168 B
type AuthResult = Promise<{ customerId?: string; customerData?: { name?: string; email?: string; }; } | null>; export type { AuthResult };