interface Keystore {
    data: string;
    iv: string;
    salt: string;
}

Properties

Properties

data: string
iv: string
salt: string