mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Design with inversion dependency injection architecture. feat: Prettier http middleware. feat: Re-write items categories with preferred accounts.
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import moment from 'moment';
|
|
import { IPaymentModel } from '@/interfaces';
|
|
|
|
export default class PaymentMethod implements IPaymentModel {
|
|
|
|
} |