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