Merge branch 'develop' into iceshrimp_mastodon

This commit is contained in:
naskya 2024-06-28 06:43:27 +09:00
commit bdb45a63d9
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,10 @@
/* auto-generated by NAPI-RS */
/* eslint-disable */
/* Do NOT edit this file manually */
type DateTimeWithTimeZone = Date;
type Json = any;
export interface AbuseUserReport {
id: string
createdAt: DateTimeWithTimeZone

View file

@ -11,6 +11,6 @@
},
"scripts": {
"build": "napi build --features napi --no-const-enum --platform --release --output-dir ./built/",
"build:debug": "napi build --features napi --no-const-enum --platform --output-dir ./built/"
"build:debug": "napi build --features napi --no-const-enum --platform --output-dir ./built/ --dts-header '/* auto-generated by NAPI-RS */\n/* Do NOT edit this file manually */\n\ntype DateTimeWithTimeZone = Date;\n\ntype Json = any;\n\n'"
}
}

View file

@ -1 +0,0 @@
type DateTimeWithTimeZone = Date;