Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jigsawstack/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ class NSFWParams(TypedDict):

class NSFWResponse(TypedDict):
success: bool
nsfw: bool
nudity: bool
gore: bool
nsfw_score: float
nudity_score: float
gore_score: float


class EmailValidationParams(TypedDict):
Expand Down