export interface IDeviceCheckoutConfigTefApi {
    storeId: string;
    url: string;
}
