chore(client/ts): port services/attributes

pull/821/head
Elian Doran 2024-12-19 19:36:24 +07:00
parent 47aed18ff4
commit d9a1bd78b0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

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