convert about types from component to collection-type
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface AboutUs {
|
||||
title?: string;
|
||||
header?: string;
|
||||
description?: string;
|
||||
content?: string;
|
||||
buttonLabel?: string;
|
||||
buttonLink?: string;
|
||||
}
|
||||
export interface AboutUs_Plain {
|
||||
title?: string;
|
||||
header?: string;
|
||||
description?: string;
|
||||
content?: string;
|
||||
buttonLabel?: string;
|
||||
buttonLink?: string;
|
||||
}
|
||||
|
||||
export interface AboutUs_NoRelations {
|
||||
title?: string;
|
||||
header?: string;
|
||||
description?: string;
|
||||
content?: string;
|
||||
buttonLabel?: string;
|
||||
buttonLink?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user