3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
export const ENTITY_PREFIX = "LIKE/";
|
|
export const PAGE_SIZE_OPTIONS = [10, 25, 50, 100];
|