export interface IEpadocaStore {
    guid: string;
    isOnline: boolean;
    nomeFantasia: string;
    tempoMedioEntregaTicks: number;
}
