20 lines
354 B
TypeScript
20 lines
354 B
TypeScript
// Interface automatically generated by schemas-to-ts
|
|
|
|
export interface HeaderB {
|
|
header1?: string;
|
|
header2?: string;
|
|
description?: string;
|
|
}
|
|
export interface HeaderB_Plain {
|
|
header1?: string;
|
|
header2?: string;
|
|
description?: string;
|
|
}
|
|
|
|
export interface HeaderB_NoRelations {
|
|
header1?: string;
|
|
header2?: string;
|
|
description?: string;
|
|
}
|
|
|