Add StringDictionary typealias. It’s such a common type — it should have a consistent name.

This commit is contained in:
Brent Simmons 2024-09-23 21:11:23 -07:00
parent cbc2790121
commit a39130ff77

View File

@ -0,0 +1,10 @@
//
// Dictionary+Extensions.swift
//
//
// Created by Brent Simmons on 9/23/24.
//
import Foundation
public typealias StringDictionary = [String: String]