roamjs-components 0.77.15 → 0.77.16
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.
- package/package.json +1 -1
- package/types/native.d.ts +1 -0
package/package.json
CHANGED
package/types/native.d.ts
CHANGED
|
@@ -181,6 +181,7 @@ export declare type PullBlock = {
|
|
|
181
181
|
":first-day-of-week"?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
182
182
|
};
|
|
183
183
|
":user/uid"?: string;
|
|
184
|
+
":user/email"?: string;
|
|
184
185
|
};
|
|
185
186
|
export declare type RoamPullResult = RoamPull | null;
|
|
186
187
|
export declare type ViewType = "document" | "bullet" | "numbered";
|