UNPKG

@openstream/client

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