Type Alias ILockState

Union type representing any possible lock 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/lock/contracts"