UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

6 lines (5 loc) 151 B
export interface EncryptionCongratulation { appEncryptionKey?: string; appEncryptionAlgorithm?: "aes-256-cbc"; appEncryptionIV?: string; }