ToastDescription: string | string[] | {
    items: (IServerDetailsErrorParam | string)[];
    label: string;
}