Files
Homarr/src/types/wrapper.ts

5 lines
67 B
TypeScript
Raw Normal View History

2022-12-04 17:36:30 +01:00
export interface WrapperType {
id: string;
position: number;
}