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