1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00
This commit is contained in:
NoriDev
2024-10-31 13:52:01 +09:00
committed by Marie
parent 92ffd2a5fc
commit 2528508cff
41 changed files with 1455 additions and 6 deletions

View File

@@ -296,6 +296,10 @@ export const packedRolePoliciesSchema = {
type: 'boolean',
optional: false, nullable: false,
},
scheduleNoteMax: {
type: 'integer',
optional: false, nullable: false,
},
},
} as const;