src/app/modules/sourcing/interfaces/resourcetemplate.ts
programContext |
programContext: |
Type : any
|
sessionContext |
sessionContext: |
Type : any
|
templateList |
templateList: |
Type : any
|
unitIdentifier |
unitIdentifier: |
Type : string
|
export interface IResourceTemplateComponentInput {
programContext?: any;
sessionContext?: any;
templateList?: any;
unitIdentifier?: string;
}