move the API key in meilisearch_types

This commit is contained in:
Tamo
2022-10-12 16:10:28 +02:00
committed by Clément Renault
parent c9050759f5
commit dc1d739785
12 changed files with 384 additions and 241 deletions

View File

@ -1,6 +1,7 @@
pub mod document_formats;
pub mod error;
pub mod index_uid;
pub mod keys;
pub mod settings;
pub mod star_or;
pub mod tasks;