UNPKG

@openstream/client

Version:
10 lines 336 B
import type { DateTime } from "../DateTime.js"; import type { UserAccountRelationKind } from "./UserAccountRelationKind.js"; export type UserAccountRelation = { _id: string; user_id: string; account_id: string; kind: UserAccountRelationKind; created_at: DateTime; }; //# sourceMappingURL=UserAccountRelation.d.ts.map