Skip to content

Commit 1dedd18

Browse files
committed
api fix?
1 parent 2afaef9 commit 1dedd18

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

packages/rest-api-construct/API.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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+
719
// (No @packageDocumentation comment for this package)
820

921
```

0 commit comments

Comments
 (0)