Files
huly-platform/plugins/guest-resources/src/plugin.ts
T
2024-02-28 15:16:11 +07:00

15 lines
425 B
TypeScript

import guest, { guestId } from '@hcengineering/guest'
import { type IntlString, mergeIds } from '@hcengineering/platform'
export default mergeIds(guestId, guest, {
string: {
CreatePublicLink: '' as IntlString,
PublicLink: '' as IntlString,
Revoke: '' as IntlString,
Copy: '' as IntlString,
Copied: '' as IntlString,
RevokeConfirmation: '' as IntlString,
LinkWasRevoked: '' as IntlString
}
})