mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
style: remove extraneous whitespace in imports
This commit is contained in:
committed by
Rainer Killinger
parent
16bbb7e9e3
commit
98f02b8830
@@ -16,9 +16,7 @@
|
|||||||
import {SCSearchQuery, SCSearchResponse, SCThings, SCUuid} from '@openstapps/core';
|
import {SCSearchQuery, SCSearchResponse, SCThings, SCUuid} from '@openstapps/core';
|
||||||
import {Bulk} from './BulkStorage';
|
import {Bulk} from './BulkStorage';
|
||||||
|
|
||||||
export interface DatabaseConstructor {
|
export type DatabaseConstructor = new (...args: any) => Database;
|
||||||
new (...args: any): Database;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface Database {
|
export interface Database {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user