mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Rename creationContext to contextEntries
This commit is contained in:
@@ -36,7 +36,7 @@ export type Repository = {
|
||||
};
|
||||
|
||||
export type RepositoryCreation = Repository & {
|
||||
creationContext: { [key: string]: any };
|
||||
contextEntries: { [key: string]: any };
|
||||
};
|
||||
|
||||
export type RepositoryCollection = PagedCollection & {
|
||||
|
||||
Reference in New Issue
Block a user