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.
type
IMPORT_PATH: "@daiso-tech/core/lock/contracts"
"@daiso-tech/core/lock/contracts"
Union type representing any possible lock state. Discriminated union using the
typefield to determine which specific state it is. Use type guards or switch statements on thetypefield to narrow to specific states.IMPORT_PATH:
"@daiso-tech/core/lock/contracts"