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

    Interface RequestTypeExportInterface

    interface RequestTypeExportInterface {
        meta?: ExportMetaData;
        requestType: Record<string, RequestTypeSkeleton>;
    }
    Index

    Properties

    Properties

    requestType: Record<string, RequestTypeSkeleton>