Christopher Hotchkiss Christopher Hotchkiss
Login

Code

remindwall / RWPureSwift / Sources / AppTypes / SlotName.swift

Back to remindwall — Current RemindWall

Download this file

//
//  SlotName.swift
//  RWPureSwift
//
//  Created by Christopher Hotchkiss on 1/28/26.
//
import Tagged

public enum SlotNameTag {}
public typealias SlotName = Tagged<SlotNameTag, String>