Union type representing any possible semaphore state. Discriminated union using the type field to determine which specific state it is. Use type guards or switch statements on the type field to narrow to specific states.

IMPORT_PATH: "@daiso-tech/core/semaphore/contracts"