mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 11:41:44 +10:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
export const STEP = {
|
|
EMAIL: 'EMAIL',
|
|
NAME: 'NAME',
|
|
SIGN: 'SIGN',
|
|
} as const;
|