[][src]Type Definition wallabag_api::types::ExistsInfo

type ExistsInfo = HashMap<String, Option<ID>>;

The type returned from check_exists. The format is URL: ID. If ID is None, then that url doesn't exist in the db.