Interface ServerExportInterface

interface ServerExportInterface {
    defaultProperties: ServerPropertiesSkeleton;
    meta?: ExportMetaData;
    server: Record<string, ServerExportSkeleton>;
}

Properties

defaultProperties: ServerPropertiesSkeleton
server: Record<string, ServerExportSkeleton>