Interface TimelineOptions

interface TimelineOptions {
    cursor?: string;
    limit?: number | {
        id?: string;
        timestamp: number;
    };
}

Properties

Properties

cursor?: string
limit?: number | {
    id?: string;
    timestamp: number;
}

Type declaration

  • Optional id?: string
  • timestamp: number