Type alias ServerExportSkeleton

ServerExportSkeleton: ServerSkeleton & {
    properties: ServerPropertiesSkeleton;
}

Type declaration