footer, feedback, subscribe
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface Button {
|
||||
label?: string;
|
||||
link?: string;
|
||||
}
|
||||
export interface Button_Plain {
|
||||
label?: string;
|
||||
link?: string;
|
||||
}
|
||||
|
||||
export interface Button_NoRelations {
|
||||
label?: string;
|
||||
link?: string;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface Link {
|
||||
linkLabel?: string;
|
||||
linkHref?: string;
|
||||
}
|
||||
export interface Link_Plain {
|
||||
linkLabel?: string;
|
||||
linkHref?: string;
|
||||
}
|
||||
|
||||
export interface Link_NoRelations {
|
||||
linkLabel?: string;
|
||||
linkHref?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user