mirror of
https://github.com/Redocly/redoc.git
synced 2025-11-03 09:17:31 +03:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export interface Example {
|
|
exampleDescription: string;
|
|
exampleId: string;
|
|
exampleSummary: string;
|
|
exampleValue: string;
|
|
}
|