Fix ESLint errors

This commit is contained in:
Jesse Wierzbinski 2023-11-19 16:25:41 -10:00
parent 103115efa1
commit 1ed3fb474e
5 changed files with 12 additions and 101 deletions

View file

@ -4,4 +4,4 @@ export interface APIIdentityProof {
updated_at: string;
proof_url: string;
profile_url: string;
}
}

View file

@ -1,8 +1,8 @@
import { ExtensionType } from "../../Extension";
export interface OrgLysandReactionsType extends ExtensionType {
extension_type: "org.lysand:reactions/Reaction";
author: string;
object: string;
content: string;
}
extension_type: "org.lysand:reactions/Reaction";
author: string;
object: string;
content: string;
}