remindwall / RWPureSwift / Sources / AppTypes / SlotName.swift
Back to remindwall — Current RemindWall
//
// SlotName.swift
// RWPureSwift
//
// Created by Christopher Hotchkiss on 1/28/26.
//
import Tagged
public enum SlotNameTag {}
public typealias SlotName = Tagged<SlotNameTag, String>