kenken999's picture
df
f669ed4
raw
history blame
134 Bytes
export class LineMock {
getTestData(): any {
return {
postData: {
contents: 'iVBORw0KGg...',
},
};
}
}