mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-12 19:00:31 +00:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
|
|
|
|
export default class NotAllowedChangeSubscriptionPlan {
|
|
|
|
constructor() {
|
|
this.name = "NotAllowedChangeSubscriptionPlan";
|
|
}
|
|
} |