import type * as Vital from "../index.js"; export interface UserResourcesResponse { data: Vital.SingleUserResourceResponse[]; next?: string; /** The cursor for fetching the next page, or `null` to fetch the first page. */ nextCursor?: string; }