UNPKG

@openstream/client

Version:
8 lines 244 B
import type { Metadata } from "../db/Metadata.js"; export type AdminPatch = { first_name?: string; last_name?: string; language?: string | null | undefined; system_metadata?: Metadata; }; //# sourceMappingURL=AdminPatch.d.ts.map