declare module "love.graphics" {
  type MeshVertexDataType = "byte" | "unorm16" | "float";
}
