mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(feat): added dynamic port config for msghost, new settings page and ui improvements
This commit is contained in:
13
src/types.ts
13
src/types.ts
@@ -1,3 +1,16 @@
|
||||
export interface Config {
|
||||
port: number;
|
||||
}
|
||||
|
||||
export interface PlatformInfo {
|
||||
isWindows: boolean;
|
||||
windowsVersion: string | null;
|
||||
isMacOs: boolean;
|
||||
macOsVersion: string | null;
|
||||
distroId: string | null;
|
||||
distroPkgMngr: string | null;
|
||||
}
|
||||
|
||||
export interface InstalledPrograms {
|
||||
winget: {
|
||||
installed: boolean;
|
||||
|
||||
Reference in New Issue
Block a user