tauri-plugin-typegen 0.1.6

DEPRECATED - This crate has been renamed. Please use the new crate: **[tauri-typegen](https://crates.io/crates/tauri-typegen)**
Documentation
1
2
3
4
5
6
7
// Empty file for testing edge cases
use serde::{Deserialize, Serialize};

// No commands in this file
pub struct EmptyStruct {
    pub data: String,
}