kopia lustrzana https://github.com/gabipurcaru/followgraph
testing prettier action
rodzic
ea1ff30b0a
commit
252e39e162
|
@ -4,7 +4,7 @@ import debounce from 'debounce'
|
|||
|
||||
type AccountDetails = {
|
||||
id: string // IMPORTANT: this is int64 so will overflow Javascript's number type
|
||||
acct: string
|
||||
acct: string,
|
||||
followed_by: Set<string> // list of handles
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue