export interface IkasCustomerAddressState { code: string | null; id: string | null; name: string | null; }