feat: 2.0.0 beta release
This commit is contained in:
6
src/databases/registrars.ts
Normal file
6
src/databases/registrars.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type Registrars = {
|
||||
name: string;
|
||||
indexes?: Index[];
|
||||
};
|
||||
|
||||
type Index = [string, any?];
|
||||
Reference in New Issue
Block a user