interface PkVaultOptions {
    accounts?: string[];
    secret?: string;
}

Properties

Properties

accounts?: string[]
secret?: string