feat: add mock generation for DTOs, models, and repositories with corresponding templates
This commit is contained in:
@@ -30,9 +30,12 @@ export interface OpenApiSchema {
|
||||
string,
|
||||
{
|
||||
type?: string;
|
||||
format?: string;
|
||||
description?: string;
|
||||
example?: unknown;
|
||||
enum?: unknown[];
|
||||
$ref?: string;
|
||||
items?: { $ref?: string };
|
||||
items?: { $ref?: string; type?: string };
|
||||
}
|
||||
>;
|
||||
required?: string[];
|
||||
|
||||
Reference in New Issue
Block a user