Rate🔗Definition🔗export interface Rate { type: "rate"; field?: string; id: string; settings?: { unit?: string; mode?: string; }; hide?: boolean; } Methods🔗No methods.See also🔗 RateBuilder