export interface Leaf7DataStruct { appcode: string; data: any; msg: string; code: string; } export interface Leaf7EncryptOptions { prefix?: ''; _s1?: ''; _s2?: ''; _s3?: string; whitelist?: string[]; contentType?: string; }