@get-milano/core 2.1.0
    Preparing search index...

    Type Alias MilanoStateDataProvider

    MilanoStateDataProvider: (
        declarations: Readonly<Record<string, MilanoType>>,
    ) =>
        | Promise<Readonly<Record<string, MilanoValue>>>
        | Readonly<Record<string, MilanoValue>>

    The async source of initial state values: the declared shape in, values out. Awaited during build; its errors propagate to the build caller unchanged.

    Type Declaration

      • (
            declarations: Readonly<Record<string, MilanoType>>,
        ):
            | Promise<Readonly<Record<string, MilanoValue>>>
            | Readonly<Record<string, MilanoValue>>
      • Parameters

        • declarations: Readonly<Record<string, MilanoType>>

        Returns
            | Promise<Readonly<Record<string, MilanoValue>>>
            | Readonly<Record<string, MilanoValue>>