UNPKG

@openstream/client

Version:
7 lines 205 B
import type { UserPublicUser } from "../../../../../db/UserPublicUser.js"; export type Output = { user: UserPublicUser; token: string; media_key: string; }; //# sourceMappingURL=Output.d.ts.map