1
0
forked from noxious/server
This commit is contained in:
Dennis Postma 2024-07-24 22:55:35 +02:00
parent 19234b1f6e
commit 3f4e9fa36e

View File

@ -6,7 +6,7 @@ import path from 'path'
import fs from 'fs' import fs from 'fs'
type uploadSpriteImage = SpriteImage & { type uploadSpriteImage = SpriteImage & {
base64: string base64?: string
} }
type Payload = { type Payload = {