export class GppSectionChangePayload { data: string constructor(data: string) { this.data = data } }