File

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

Index

Properties

Properties

channel
channel: string
Type : string
contactDetail
contactDetail: Array<string>
Type : Array<string>
description
description: string
Type : string
err_msg
err_msg: string
Type : string
externalId
externalId: string
Type : string
homeUrl
homeUrl: string
Type : string
id
id: string
Type : string
isRootOrg
isRootOrg: string
Type : string
orgCode
orgCode: string
Type : string
orgName
orgName: string
Type : string
orgType
orgType: string
Type : string
preferredLanguage
preferredLanguage: string
Type : string
theme
theme: string
Type : string
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 ""