UNPKG

@openstream/client

Version:
12 lines 332 B
import type { Metadata } from "../../../db/Metadata.js"; export type Payload = { email: string; phone: string | null | undefined; password: string; first_name: string; last_name: string; language?: string; user_metadata?: Metadata; system_metadata?: Metadata; }; //# sourceMappingURL=Payload.d.ts.map