Variable: PlatformSubjects
Makaio Framework / contracts / PlatformSubjects
Variable: PlatformSubjects
Section titled “Variable: PlatformSubjects”
constPlatformSubjects:BusSubjects<FlatSubjectDefinitions<"platform", {autoLaunch.disable: {request:ZodObject<{ },$strip>;response:ZodObject<{disabled:ZodBoolean;error:ZodOptional<ZodString>; },$strip>; };autoLaunch.enable: {request:ZodObject<{hidden:ZodDefault<ZodOptional<ZodBoolean>>; },$strip>;response:ZodObject<{enabled:ZodBoolean;error:ZodOptional<ZodString>; },$strip>; };autoLaunch.getStatus: {request:ZodObject<{ },$strip>;response:ZodObject<{enabled:ZodBoolean;supported:ZodBoolean; },$strip>; }; }>,"platform"> =PlatformNamespace.subjects
Defined in: ../../../packages/contracts/src/platform/namespace.ts:13
Type-safe subjects for platform capability operations.