import type { SessionModel } from "./SessionModel"; export type SessionResponse = { data: Array; /** * Pagination token */ next_token?: string; };