Select the types of activity you want to include in your feed.
1type SafeArray<T> = Omit<Array<T>, number> & { 2 readonly [index: number]: T | undefined; 3};