UNPKG

portkey-ai

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