feat: Add workflow history repository files (no-changelog) (#7071)

This commit is contained in:
Omar Ajoue
2023-09-06 12:23:40 +02:00
committed by GitHub
parent 689a77cc87
commit 25dc4d7825
7 changed files with 55 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ export interface ICredentialsOverwrite {
[key: string]: ICredentialDataDecryptedObject;
}
/**
* @important Do not add to these collections. Inject the repository as a dependency instead.
*/
/* eslint-disable @typescript-eslint/naming-convention */
export interface IDatabaseCollections extends Record<string, Repository<any>> {
AuthIdentity: AuthIdentityRepository;