import type { EncryptionKey } from '../../schemas/encryption-key.schema';

export type EncryptionKeyResponseDto = EncryptionKey;
