/** * This file was auto-generated by Fern from our API Definition. */ /** * Snowflake Table Row data */ export interface SnowflakeRow { /** Column name to value mapping for the row */ values: Record; }