Skip to content

Commit 8fb298d

Browse files
committed
chore: update API.md after public API changes
1 parent fae3cd1 commit 8fb298d

File tree

1 file changed

+0
-12
lines changed
  • packages/rest-api-construct

1 file changed

+0
-12
lines changed

packages/rest-api-construct/API.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
55
```ts
66

7-
import { Construct } from 'constructs';
8-
9-
// @public
10-
export class AmplifyConstruct extends Construct {
11-
constructor(scope: Construct, id: string, props?: ConstructCognitoProps);
12-
}
13-
14-
// @public (undocumented)
15-
export type ConstructCognitoProps = {
16-
includeQueue?: boolean;
17-
};
18-
197
// (No @packageDocumentation comment for this package)
208

219
```

0 commit comments

Comments
 (0)