Skip to content

Commit

Permalink
add table_data_list_response module (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricozb authored Oct 22, 2023
1 parent 8d43b7e commit 2255407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pub mod table_data_insert_all_request;
pub mod table_data_insert_all_request_rows;
pub mod table_data_insert_all_response;
pub mod table_data_insert_all_response_insert_errors;
pub mod table_data_list_response;
pub mod table_field_schema;
pub mod table_field_schema_categories;
pub mod table_field_schema_policy;
Expand Down

0 comments on commit 2255407

Please sign in to comment.