base con autenticacion, registro, modulo encuestas
This commit is contained in:
6
apps/web/feactures/users/schemas/surveys-options.ts
Normal file
6
apps/web/feactures/users/schemas/surveys-options.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const PUBLISHED_TYPES = {
|
||||
published: 'Publicada',
|
||||
draft: 'Borrador',
|
||||
} as const;
|
||||
|
||||
export type PublishedType = keyof typeof PUBLISHED_TYPES;
|
||||
Reference in New Issue
Block a user