Variable updateManagerAccountConst
updateManagerAccount: PayloadAC<
"INSTANCE_UPDATE_MANAGER_ACCOUNT",
{
firstName: string;
lastName: string;
managerId: string;
notifications?: AccountNotifications;
roles: string[];
smsPhoneNumber?: string;
} & WithFormikHelpers<
{
firstName: string;
lastName: string;
managerId: string;
notifications?: AccountNotifications;
roles: string[];
smsPhoneNumber?: string;
},
>,
> = ...