add cast to appsettings

This commit is contained in:
Simon
2025-03-08 18:32:13 +07:00
parent 73f7e8945c
commit 7229cf1930
7 changed files with 24 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ export type AppSettingsConfigType = {
};
application: {
enable_snapshot: boolean;
enable_cast: boolean;
};
};