We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adf0c9 commit a4f3aafCopy full SHA for a4f3aaf
1 file changed
packages/foo-api-docs/docs/api/resources.md
@@ -54,6 +54,7 @@ Lighthouse can mimic a desktop or mobile experience by emulating the device and
54
55
```typescript
56
interface Page {
57
+ apiToken: string;
58
createdAt: string;
59
device: DeviceType;
60
id: string;
0 commit comments