Variable StatusAttributesConst

StatusAttributes: TObject<
    { battery: TOptional<TString>; readiness: TOptional<TString> },
> = ...