mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
improve
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
const object = [
|
||||
'agenda',
|
||||
'event-list',
|
||||
'accao',
|
||||
'publicacao',
|
||||
//
|
||||
'expediente',
|
||||
'gabinete-digital',
|
||||
'parecer',
|
||||
'deferimento',
|
||||
'despachos-pr',
|
||||
'diplomas-assinar',
|
||||
'diplomas',
|
||||
'expedientes-pr',
|
||||
'despachos',
|
||||
] as const;
|
||||
|
||||
export type IdObject = typeof object[number];
|
||||
Reference in New Issue
Block a user