Rename creationContext to contextEntries

This commit is contained in:
Sebastian Sdorra
2020-09-10 08:36:07 +02:00
parent 04eb3ade7c
commit e64ddccb13
7 changed files with 25 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ export type Repository = {
};
export type RepositoryCreation = Repository & {
creationContext: { [key: string]: any };
contextEntries: { [key: string]: any };
};
export type RepositoryCollection = PagedCollection & {