You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Never can never be instantiated and is a no-op placeholder for/// unsupported enums, such as contracts that don't set a custom message.#[derive(Serialize,Deserialize,Clone,Debug,PartialEq,JsonSchema)]pubenumNever{}
We use
in public interfaces. However, enums with no case are not valid JSON Schema:
Interfaces with such a type cannot be processed to TS types and their Schema files are invalid.
The text was updated successfully, but these errors were encountered: