UNPKG

portkey-ai

Version:
7 lines (6 loc) 149 B
export type Metadata = Record<string, string>; export interface CursorPageParams { after?: string; limit?: number; [key: string]: any; }