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