blob: 95084a8a810842eb8fdcf5cba5b66ef80c208f6d [file] [log] [blame]
// DO NOT EDIT. This file is automatically generated.
export interface DBusUnitStatus {
Name: string;
Description: string;
LoadState: string;
ActiveState: string;
SubState: string;
Followed: string;
Path: ObjectPath;
JobId: number;
JobType: string;
JobPath: ObjectPath;
}
export interface SystemdUnitStatus {
status: DBusUnitStatus | null;
props: { [key: string]: any } | null;
}
export type ObjectPath = string;