20 lines
384 B
TypeScript
20 lines
384 B
TypeScript
// Interface automatically generated by schemas-to-ts
|
|
|
|
export interface OurServicesComponent {
|
|
title?: string;
|
|
header?: string;
|
|
description?: string;
|
|
}
|
|
export interface OurServicesComponent_Plain {
|
|
title?: string;
|
|
header?: string;
|
|
description?: string;
|
|
}
|
|
|
|
export interface OurServicesComponent_NoRelations {
|
|
title?: string;
|
|
header?: string;
|
|
description?: string;
|
|
}
|
|
|