2025-12-08 08:49:59 +01:00

3 lines
90 B
TypeScript

export const ENTITY_PREFIX = "LIKE/";
export const PAGE_SIZE_OPTIONS = [10, 25, 50, 100];