export default interface LogUser {
    id: string;
    status?: string;
    companyId?: string;
    email?: string;
    groups?: string;
    scope?: string;
    type?: string;
}
