CallCenter: Metadata & {
    adapterUrl?: string | null;
    customSettings?: string | null;
    displayName: string;
    displayNameLabel: string;
    internalNameLabel: string;
    sections: CallCenterSection[];
    version?: string | null;
}

Type declaration

  • Optional adapterUrl?: string | null
  • Optional customSettings?: string | null
  • displayName: string
  • displayNameLabel: string
  • internalNameLabel: string
  • sections: CallCenterSection[]
  • Optional version?: string | null