/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * localeId: "65427cf400e02b306eaa04a0" * } */ export interface ComponentsGetPropertiesRequest { /** * Unique identifier for a specific locale. Applicable, when using localization. */ localeId?: string; /** * Maximum number of records to be returned (max limit: 100) */ limit?: number; /** * Offset used for pagination if the results have more than limit records */ offset?: number; }