export interface EncryptionCongratulation {
    appEncryptionKey?: string;
    appEncryptionAlgorithm?: "aes-256-cbc";
    appEncryptionIV?: string;
}
