joeblau/gitignore.io

View on GitHub
Sources/App/Models/Dropdown.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  Dropdown.swift
//  App
//
//  Created by Joe Blau on 6/9/18.
//

import Vapor

internal struct Dropdown: Content {
    var id: String
    var text: String
}