feature/share-libs
ts 3 lines 201 Bytes
Raw
1 // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
3 export type UserError = "UserNotFound" | "InvalidRequest" | "ParseError" | "NetworkError";