export interface DecryptDataKeyOptions { keys: string; } export interface DecryptDataKeyResponse { data_key: string; id: string; }