UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

10 lines (9 loc) 245 B
export type UserAccountRegistrationRequest = { name: string; email?: string; phone?: string; password?: string; sendAccountConfirmation?: boolean; collectionId?: string; tokenType?: 'bearer' | 'firebase'; };