mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export interface WrapperType {
|
|
id: string;
|
|
position: number;
|
|
}
|