add MiUserProfile.defaultCW property and API

This commit is contained in:
Hazelnoot 2025-02-01 17:07:34 -05:00
parent 8a087e75a5
commit 74407bc8ee
7 changed files with 47 additions and 3 deletions

View file

@ -752,6 +752,10 @@ export const packedMeDetailedOnlySchema = {
},
},
//#endregion
defaultCW: {
type: 'string',
nullable: true, optional: false,
},
},
} as const;