mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
feat: migrate templates and documents to envelope model
This commit is contained in:
@ -11,6 +11,10 @@ export const prefixedId = (prefix: string, length = 16) => {
|
||||
};
|
||||
|
||||
type DatabaseIdPrefix =
|
||||
| 'document'
|
||||
| 'template'
|
||||
| 'envelope'
|
||||
| 'envelope_item'
|
||||
| 'email_domain'
|
||||
| 'org'
|
||||
| 'org_email'
|
||||
|
||||
Reference in New Issue
Block a user