pub async fn delete_areas_by_ids(
area_kind: AreaKind,
ids: Vec<Uuid>,
conn: &mut AsyncPgConnection,
) -> QueryResult<usize>
pub async fn delete_areas_by_ids(
area_kind: AreaKind,
ids: Vec<Uuid>,
conn: &mut AsyncPgConnection,
) -> QueryResult<usize>