Defined the ItemIdClosure typealias for the Browse module.

This commit is contained in:
Javier Cicchelli 2022-12-14 00:41:44 +01:00
parent d5f7d5030f
commit 265ebc8f25

View File

@ -0,0 +1,9 @@
//
// Typealiases.swift
// Browse
//
// Created by Javier Cicchelli on 14/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved.
//
typealias ItemIdClosure = (String) -> Void