Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/replay/shared/interfaces/ISettings.ts
2658 views
1
export default interface ISettings {
2
theme: string;
3
themeAuto: boolean;
4
}
5
6