swagger-typescript-api
    Preparing search index...

    Type Alias SchemaTypePrimitiveContent

    type SchemaTypePrimitiveContent = {
        $parsedSchema: boolean;
        content: string;
        description: string;
        name?: unknown;
        schemaType: string;
        type: string;
        typeIdentifier: string;
    }
    Index

    Properties

    $parsedSchema: boolean
    content: string
    description: string
    name?: unknown
    schemaType: string
    type: string
    typeIdentifier: string