8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
|
|
|
|
export default class NotAllowedChangeSubscriptionPlan {
|
|
|
|
constructor() {
|
|
this.name = "NotAllowedChangeSubscriptionPlan";
|
|
}
|
|
} |