Files
Homarr/src/types/wrapper.ts
2022-12-04 17:37:28 +01:00

5 lines
67 B
TypeScript

export interface WrapperType {
id: string;
position: number;
}