interface ReviewFeedOptions {
    createdBy?: string;
    limit?: number;
    offsetDate?: Date;
    onlyTrusted?: boolean;
    thingID?: string;
    withoutCreator?: string;
    withTeams?: boolean;
    withThing?: boolean;
}

Properties

createdBy?: string
limit?: number
offsetDate?: Date
onlyTrusted?: boolean
thingID?: string
withoutCreator?: string
withTeams?: boolean
withThing?: boolean