Type Alias MapeoValueMap

MapeoValueMap: {
    [K in MapeoValue["schemaName"]]: Extract<MapeoValue, {
        schemaName: K;
    }>
}