add export to users

This commit is contained in:
2025-11-24 12:50:31 -03:00
parent 78ad183e61
commit 45dbb1ebfb
5 changed files with 135 additions and 101 deletions

View File

@@ -0,0 +1,8 @@
export const headers = {
id: 'ID',
name: 'Nome',
email: 'Email',
cpf: 'CPF',
createDate: 'Cadastrado em',
lastLogin: 'Último acesso'
}