import Color from "./color" import { APIId } from "./id" type APIMacro = { id: APIId, color: Color } export default APIMacro