chore(client/ts): port services/attributes

This commit is contained in:
Elian Doran 2024-12-19 19:36:24 +02:00
parent 47aed18ff4
commit d9a1bd78b0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import server from "./server.js";
type OptionValue = string | number;
type OptionValue = string;
class Options {
initializedPromise: Promise<void>;