mirror of
https://github.com/silicoflare/confidant.git
synced 2026-05-26 20:48:01 +05:30
fix: remove unnecessary types
This commit is contained in:
24
types.d.ts
vendored
24
types.d.ts
vendored
@@ -1,24 +0,0 @@
|
|||||||
export interface Config {
|
|
||||||
config: {
|
|
||||||
con: string;
|
|
||||||
fid: string;
|
|
||||||
ant: string;
|
|
||||||
dir: string;
|
|
||||||
keystore: string;
|
|
||||||
recoverystore: string;
|
|
||||||
phrasestore: string;
|
|
||||||
recphrasestore: string;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface ConData {
|
|
||||||
privateKey: string;
|
|
||||||
fidkey: string;
|
|
||||||
consalt: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface FidData {
|
|
||||||
privateKey: string;
|
|
||||||
salt: string;
|
|
||||||
code: number;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user