Skip to content

Commit e682038

Browse files
author
Dane Pilcher
committed
docs: add additional comment on type
1 parent eb26f30 commit e682038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend-data/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export type DataLogLevel = Extract<
247247
/**
248248
* Mapping of model name to existing DynamoDB table that should be used as the data source.
249249
* The mapping will only apply to the branch specified.
250+
* If the mapping is undefined or empty, no tables will be imported for that branch.
250251
*/
251252
export type AmplifyGen1DynamoDbTableMap = {
252253
branchName: string;

0 commit comments

Comments
 (0)