minor tweak

This commit is contained in:
Gerzon Z 2022-01-17 10:47:15 -04:00
parent 18da04ba08
commit eb1712e5fb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const styles = StyleSheet.create({
interface IThreadDetails { interface IThreadDetails {
item: { item: {
tcount?: string | number; tcount?: number | string;
replies?: any; replies?: any;
id: string; id: string;
}; };