/**
 * Type of a lock from the Coconut lock collection.
 * @author Benedikt Arnarsson
 */
import Lock from '../../src/coconut-types/Lock';

export default Lock;
