• Type Parameters

    Parameters

    • name: string
    • schema: S

    Returns Table<
        Expand<
            { [key in string
            | number
            | symbol]: InstanceType<S[key]["type"]> },
        >,
        S,
        RowImpl<
            Expand<
                { [key in string
                | number
                | symbol]: InstanceType<S[key]["type"]> },
            >,
        >,
    >