mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
|
|
export class SegmentScrollbarLayout {
|
||
|
|
height!: number;
|
||
|
|
timeGroup!: string;
|
||
|
|
count!: number;
|
||
|
|
}
|