src/app/modules/sourcing/interfaces/collection.ts
| config |
config: |
Type : any
|
| programContext |
programContext: |
Type : any
|
| sessionContext |
sessionContext: |
Type : any
|
| userProfile |
userProfile: |
Type : any
|
export interface ICollectionComponentInput {
userProfile?: any;
programContext?: any;
sessionContext?: any;
config?: any;
}