Type Alias: NewBeneficiary

NewBeneficiary = Pick<Beneficiary, "name" | "iban"> & object

Represents a new beneficiary to be added to the system. This type excludes fields that are automatically generated or managed by the system, such as id, currency, status, trusted, createdAt, and updatedAt.

Type declaration

activityTag?

optional activityTag: typeof ACTIVITY_TAGS[keyof typeof ACTIVITY_TAGS]

bic?

optional bic: string

email?

optional email: string