File

src/app/modules/org-management/interfaces/org-upload-status-response.ts

Index

Properties

Properties

failureResult
failureResult: Array<IOrgUploadStatusResult>
Type : Array<IOrgUploadStatusResult>
objectType
objectType: string
Type : string
processId
processId: string
Type : string
status
status: string
Type : string
successResult
successResult: Array<IOrgUploadStatusResult>
Type : Array<IOrgUploadStatusResult>
export interface IOrgUploadStatusResponse {
    objectType: string;
    processId: string;
    status: string;
    successResult: Array<IOrgUploadStatusResult>;
    failureResult: Array<IOrgUploadStatusResult>;
}
export interface IOrgUploadStatusResult {
    orgName: string;
    homeUrl: string;
    orgType: string;
    err_msg: string;
    preferredLanguage: string;
    orgCode: string;
    channel: string;
    externalId: string;
    description: string;
    theme: string;
    isRootOrg: string;
    id: string;
    contactDetail: Array<string>;
}

results matching ""

    No results matching ""