import { CourierFont } from "./CourierFont"

export interface iOS_CourierSheet {
  font?: CourierFont
  toggleColor?: string
}