import type { PaginationCursor } from "./PaginationCursor"; export type ListInvitations = { page_cursor?: PaginationCursor; limit?: number; };