ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
22 lines (21 loc) • 443 B
TypeScript
export declare class Logs {
Tenant_Id: number;
Id: number;
SessionId: number;
InfraUsuarioLogado: string;
NomeUsuarioLogado: string;
DtHora: Date;
Modulo: string;
ReportId: number;
MetodoOrigem: string;
MetodoProc: string;
URL: string;
Erp: string;
Product: string;
Report: string;
Json: string;
Job: string;
DataSource: string;
MsgErro: string;
Is_Error: boolean;
}