/** * @example * { * database: "acme_corp" * } */ export interface CollectionsDatabasesRequest { /** Database identifier */ database: string; }