summaryrefslogtreecommitdiff
path: root/server/web/src/interfaces/design/ServerDesign.interface.ts
blob: 07c750b76faef6eecb74da08982b6b3c29427d28 (plain)
1
2
3
4
5
6
7
export interface IServerTableRow {
    activeSession?: string;
}

export interface IServerTableBar {
    width?: string;
}