We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57fa1 commit 84e621bCopy full SHA for 84e621b
rust/cubesql/cubesql/src/transport/mod.rs
@@ -14,7 +14,7 @@ pub type CubeMetaNestedFolder = cubeclient::models::V1CubeMetaNestedFolder;
14
pub type CubeMetaNestedFolderMember = cubeclient::models::V1CubeMetaNestedFolderMember;
15
pub type CubeMetaHierarchy = cubeclient::models::V1CubeMetaHierarchy;
16
// Format
17
-pub type V1CubeMetaFormat = cubeclient::models::V1CubeMetaSimpleFormat;
+pub type V1CubeMetaSimpleFormat = cubeclient::models::V1CubeMetaSimpleFormat;
18
pub type CubeMetaLinkFormat = cubeclient::models::V1CubeMetaLinkFormat;
19
pub type CubeMetaLinkFormatType = cubeclient::models::V1CubeMetaLinkFormatType;
20
pub type CubeMetaFormat = cubeclient::models::V1CubeMetaFormat;
0 commit comments