fix linting

This commit is contained in:
2025-06-19 19:06:37 -06:00
parent 15ba31033f
commit 78d27eecfb
3 changed files with 304 additions and 148 deletions

View File

@@ -21,7 +21,7 @@ export interface Contact {
export type ContactWithJsonStrings = Contact & {
contactMethods?: string;
}
};
export const ContactSchema = {
contacts: "&did, name", // no need to key by other things