clean branch-scoped code quality issues
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
export interface DocSection {
|
||||
interface DocSection {
|
||||
path: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
meta: string;
|
||||
}
|
||||
|
||||
export interface DocGroup {
|
||||
interface DocGroup {
|
||||
label: string;
|
||||
sections: DocSection[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user