diff --git a/Libraries/Sources/DataModels/Defines/Typealiases.swift b/Libraries/Sources/DataModels/Defines/Typealiases.swift new file mode 100644 index 0000000..11cf7ab --- /dev/null +++ b/Libraries/Sources/DataModels/Defines/Typealiases.swift @@ -0,0 +1,9 @@ +// +// Typealiases.swift +// DataModels +// +// Created by Javier Cicchelli on 12/12/2022. +// Copyright © 2022 Röck+Cöde. All rights reserved. +// + +public typealias ActionClosure = () -> Void