mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export interface WrapperType {
|
|
id: string;
|
|
position: number;
|
|
}
|