Bugfix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { RequestOptions } from "https";
|
||||
|
||||
import {
|
||||
import type {
|
||||
DSQL_DATASQUIREL_API_KEYS,
|
||||
DSQL_DATASQUIREL_API_KEYS_SCOPED_RESOURCES,
|
||||
DSQL_DATASQUIREL_BACKUPS,
|
||||
@@ -16,11 +16,12 @@ import {
|
||||
DSQL_DATASQUIREL_USERS,
|
||||
} from "./dsql";
|
||||
|
||||
import { Editor } from "tinymce";
|
||||
import sharp from "sharp";
|
||||
import DataTypes from "../data/data-types";
|
||||
import { IncomingMessage, ServerResponse } from "http";
|
||||
import { CookieNames } from "../dict/cookie-names";
|
||||
import type { Editor } from "tinymce";
|
||||
import type sharp from "sharp";
|
||||
import type DataTypes from "../data/data-types";
|
||||
import type { IncomingMessage, ServerResponse } from "http";
|
||||
import type { CookieNames } from "../dict/cookie-names";
|
||||
|
||||
export type DSQL_DatabaseFullName = string;
|
||||
|
||||
export type DSQL_DATASQUIREL_USER_BACKUPS_JOIN = DSQL_DATASQUIREL_BACKUPS & {
|
||||
|
||||
Reference in New Issue
Block a user