Type
MatNextButtonField
@ng-forge/dynamic-forms-material
Signature
type MatNextButtonField = Omit<MatButtonField<NextPageEvent>, 'event' | 'type' | 'eventArgs'> & {
type: 'next';
};packages/dynamic-forms-material/src/lib/fields/button/mat-button.type.ts:34