add header, choice, invitation
This commit is contained in:
		
							parent
							
								
									110de167e8
								
							
						
					
					
						commit
						47e0e32aa3
					
				|  | @ -153,10 +153,22 @@ export const packedNotificationSchema = { | |||
| 			type: 'string' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
| 		}, | ||||
| 		choice: { | ||||
| 			type: 'number' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
| 		}, | ||||
| 		invitation: { | ||||
| 			type: 'object' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
| 		}, | ||||
| 		body: { | ||||
| 			type: 'string' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
| 		}, | ||||
| 		header: { | ||||
| 			type: 'string' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
| 		}, | ||||
| 		icon: { | ||||
| 			type: 'string' as const, | ||||
| 			optional: true as const, nullable: true as const, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue