change: maintainer edit
This commit is contained in:
parent
1553f5644c
commit
c2a7d15eeb
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@ import type FooterLink from "./itemsFooterLink";
|
|||
export default interface Footer {
|
||||
id: number;
|
||||
copyright: string;
|
||||
maintained: string;
|
||||
maintained?: string;
|
||||
links: FooterLink[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue