UNPKG

@openstream/client

Version:
9 lines 291 B
import type { PublicAccount } from "../../../../../PublicAccount.js"; import type { PublicUser } from "../../../../../db/PublicUser.js"; export type Output = { user: PublicUser; account: PublicAccount; token: string; media_key: string; }; //# sourceMappingURL=Output.d.ts.map