mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-23 10:02:51 +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 {Bulk} from './BulkStorage';
|
||||
|
||||
export interface DatabaseConstructor {
|
||||
new (...args: any): Database;
|
||||
}
|
||||
export type DatabaseConstructor = new (...args: any) => Database;
|
||||
|
||||
export interface Database {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user