soapbox/app/soapbox/entity-store/entities.ts

6 wiersze
158 B
TypeScript
Czysty Zwykły widok Historia

2023-03-13 13:47:23 +00:00
export enum Entities {
ACCOUNTS = 'Accounts',
2023-03-14 14:19:34 +00:00
GROUPS = 'Groups',
GROUP_RELATIONSHIPS = 'GroupRelationships',
GROUP_MEMBERSHIPS = 'GroupMemberships',
2023-03-13 13:47:23 +00:00
}