Type Alias ILockData

ILockData: {
    expiration: Date | null;
    owner: string;
}

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