File size: 134 Bytes
f669ed4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
export class LineMock {
  getTestData(): any {
    return {
      postData: {
        contents: 'iVBORw0KGg...',
      },
    };
  }
}