diff options
| author | Mel <einebeere@gmail.com> | 2022-02-17 22:26:29 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-02-17 22:27:55 +0100 |
| commit | 50d3d4080a5b8bf0819e168aa2301e3124a55300 (patch) | |
| tree | 630c5d9908fba0902e93ef3ee9e123f31cef5fc3 /assets/src/models | |
| parent | e303a189749fe2fdfcb76bd752655de8bf4c7430 (diff) | |
| download | rook-50d3d4080a5b8bf0819e168aa2301e3124a55300.tar.zst rook-50d3d4080a5b8bf0819e168aa2301e3124a55300.zip | |
Set concrete client type during initialization.
Diffstat (limited to 'assets/src/models')
| -rw-r--r-- | assets/src/models/rook_type.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/src/models/rook_type.ts b/assets/src/models/rook_type.ts new file mode 100644 index 0000000..083b446 --- /dev/null +++ b/assets/src/models/rook_type.ts @@ -0,0 +1,4 @@ +export enum RookType { + SHARE, + REQUEST, +} |
