UNPKG

@liquidcommerceteam/elements-sdk

Version:

LiquidCommerce Elements SDK

9 lines (8 loc) 262 B
import type { DeepPartial } from '@/interfaces/core.interface'; export interface IAddressTheme { backgroundColor: string; } export interface IAddressComponent { theme: IAddressTheme; } export type UpdateAddressComponent = DeepPartial<IAddressComponent>;