Christopher Hotchkiss Christopher Hotchkiss
Login

Code

remindwall / RWPureSwift / Sources / AppTypes / AlbumLocalId.swift

Back to remindwall — Current RemindWall

Download this file

//
//  AlbumId.swift
//  RWPureSwift
//
//  Created by Christopher Hotchkiss on 10/13/25.
//

import Tagged

public enum AlbumLocalIdTag {}
public typealias AlbumLocalId = Tagged<AlbumLocalIdTag, String>