fix: remove domo_lib

This commit is contained in:
Strix 2023-11-08 00:04:56 +01:00
parent acde76c0f4
commit 8b18423103
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
6 changed files with 0 additions and 203 deletions

View file

@ -1,6 +0,0 @@
use domo_proto::data_types::DataType;
pub struct Property {
pub name: String,
pub value: DataType
}