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

    Interface RequestTypeSkeleton

    interface RequestTypeSkeleton {
        _rev?: number;
        custom?: boolean;
        customValidation?: { source?: string | string[] };
        description?: string;
        displayName: string;
        id: string;
        metadata?: Metadata;
        notModifiableProperties?: string[];
        schemas?: RequestTypeSchemas;
        uniqueKeys?: string[];
        validation?: { source?: string | string[] };
        workflow?: { id?: string; type?: string };
    }
    Index

    Properties

    _rev?: number
    custom?: boolean
    customValidation?: { source?: string | string[] }
    description?: string
    displayName: string
    id: string
    metadata?: Metadata
    notModifiableProperties?: string[]
    uniqueKeys?: string[]
    validation?: { source?: string | string[] }
    workflow?: { id?: string; type?: string }