browsr-types 0.4.0

Shared data models and schemas for Browsr browser automation flows.
Documentation
mod client_api;
mod file;
pub mod sequences;

pub use file::FileType;
mod agent;
mod browser_step;
mod commands;
mod config;
mod context;
mod observe;
mod result;
mod search;

pub use agent::*;
pub use browser_step::*;
pub use client_api::*;
pub use commands::*;
pub use config::*;
pub use context::*;
pub use observe::*;
pub use result::*;
pub use search::*;