format and compile

This commit is contained in:
hardiknai-techm
2021-03-31 18:36:12 +05:30
parent 6a1f8ce822
commit 63afb5dd6c

View File

@@ -138,7 +138,7 @@ export interface Database extends Resource {
collections?: Collection[]; collections?: Collection[];
} }
export interface DocumentId extends Resource { } export interface DocumentId extends Resource {}
export interface ConflictId extends Resource { export interface ConflictId extends Resource {
resourceId?: string; resourceId?: string;