@medyll/idae-api 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,5 +17,12 @@ declare class IdaeApiClient {
|
|
|
17
17
|
};
|
|
18
18
|
collection(collectionName: string, dbName?: string): IdaeApiClientCollection;
|
|
19
19
|
}
|
|
20
|
+
export type RED_MATTER = {
|
|
21
|
+
none: string;
|
|
22
|
+
};
|
|
23
|
+
export interface RED_MATTER_INTERFACE {
|
|
24
|
+
none: string;
|
|
25
|
+
}
|
|
20
26
|
export { IdaeApiClient };
|
|
21
|
-
export type { IdaeApiClientRequestParams };
|
|
27
|
+
export type { IdaeApiClientRequestParams, RED_MATTER as RED_______MATTER };
|
|
28
|
+
export declare function myFunc(): number;
|