gallery-frontend/src/app/gallery/shared/thumb-label.model.ts

6 lines
124 B
TypeScript
Raw Normal View History

export class ThumbLabel {
public title: string = "";
public extraLeft: string = "";
public extraRight: string = "";
}