17 lines
315 B
TypeScript
17 lines
315 B
TypeScript
// Interface automatically generated by schemas-to-ts
|
|
|
|
export interface TitleDescription {
|
|
title?: string;
|
|
description?: string;
|
|
}
|
|
export interface TitleDescription_Plain {
|
|
title?: string;
|
|
description?: string;
|
|
}
|
|
|
|
export interface TitleDescription_NoRelations {
|
|
title?: string;
|
|
description?: string;
|
|
}
|
|
|