interface FileFeedOptions {
    limit?: number;
    offsetDate?: Date;
}

Properties

Properties

limit?: number
offsetDate?: Date