blob: 033edb15cb068984518aa36498b30c2af05854e4 [file] [log] [blame]
export class UserModule {
name: string;
cols = 1;
rows = 1;
color: string;
link: string;
pictureLink?: string;
requiredRole: string;
}