Type Alias HsmSecretStoreSkeleton

HsmSecretStoreSkeleton: AmConfigEntityInterface & {
    file: string;
    leaseExpiryDuration: number;
    providerGuiceKey: string;
    storePassword: string;
}