UNPKG

@openstream/client

Version:
4 lines 185 B
import type { Paged } from "../../../Paged.js"; import type { PublicUser } from "../../../db/PublicUser.js"; export type Output = Paged<PublicUser>; //# sourceMappingURL=Output.d.ts.map