refactor
This commit is contained in:
		
							parent
							
								
									575379a683
								
							
						
					
					
						commit
						5eff31383f
					
				|  | @ -157,6 +157,22 @@ export const meta = { | |||
| 				type: 'boolean', | ||||
| 				optional: false, nullable: false, | ||||
| 			}, | ||||
| 			maybeSensitive: { | ||||
| 				type: 'boolean', | ||||
| 				optional: false, nullable: false, | ||||
| 			}, | ||||
| 			maybePorn: { | ||||
| 				type: 'boolean', | ||||
| 				optional: false, nullable: false, | ||||
| 			}, | ||||
| 			requestIp: { | ||||
| 				type: 'string', | ||||
| 				optional: false, nullable: true, | ||||
| 			}, | ||||
| 			requestHeaders: { | ||||
| 				type: 'object', | ||||
| 				optional: false, nullable: true, | ||||
| 			}, | ||||
| 		}, | ||||
| 	}, | ||||
| } as const; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue