Interface ServiceExportInterface

interface ServiceExportInterface {
    meta?: ExportMetaData;
    service: Record<string, AmServiceSkeleton>;
}

Properties

Properties

service: Record<string, AmServiceSkeleton>