// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation

public struct StemActionRequestSchema: Codable, Equatable {
    public var clips: [GeneratedClipSchema]

    public init(clips: [GeneratedClipSchema]) {
        self.clips = clips
    }
}
