TlvStopAppRequest: ObjectSchema<{
    application: OptionalFieldType<TypeFromFields<{
        applicationId: FieldType<string>;
        catalogVendorId: FieldType<number>;
    }>>;
}> = ...

Input to the ApplicationLauncher stopApp command

Type declaration

MatterSpecification.v13.Cluster § 6.4.7.2