Appearance
STRUCT
Template.Item
Contents
- Properties
path
contents
- Methods
item(path:contents:)
swift
public struct Item: Codable, Equatable, Sendable
File description for generating
Properties
path
swift
public let path: String
contents
swift
public let contents: Contents
Methods
item(path:contents:)
swift
public static func item(path: String, contents: Contents) -> Self