mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 18:30:30 +00:00
9 lines
112 B
TypeScript
9 lines
112 B
TypeScript
|
|
|
|
export class AccountsReceivableRepository {
|
|
|
|
|
|
findOrCreateAccount = (currencyCode?: string) => {
|
|
|
|
};
|
|
} |