ChangeProfileManagersRequest: {
    approveSignless?: InputMaybe<Scalars["Boolean"]["input"]>;
    changeManagers?: InputMaybe<ChangeProfileManager[]>;
}

Type declaration

  • Optional approveSignless?: InputMaybe<Scalars["Boolean"]["input"]>

    if you define this true will enable it and false will disable it within the same tx as any other managers you are changing state for. Leave it blank if you do not want to change its current state

  • Optional changeManagers?: InputMaybe<ChangeProfileManager[]>