Frodo Library - v4.0.0-24
    Preparing search index...

    Interface RequestTypeSchema

    interface RequestTypeSchema {
        _meta: {
            display?: string;
            displayName?: string;
            properties: Record<string, RequestTypeProperty>;
            type: string;
        };
        properties: Record<string, { type: PropertyType }>;
    }
    Index

    Properties

    Properties

    _meta: {
        display?: string;
        displayName?: string;
        properties: Record<string, RequestTypeProperty>;
        type: string;
    }
    properties: Record<string, { type: PropertyType }>