Skip to main content

TypeScript shape

interface MobulaTokenTwitterRename {
  username: string;
  lastChecked: string;
}
username
String!
Observed username.
lastChecked
String!
Last check timestamp/string from the social audit source.