mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
896e196767
(cherry picked from commit 63b4998c8e51d0d2b8b51133cbb1fd928394a7e6)
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
export const LEFT = 'left';
|
|
export const CENTER = 'center';
|
|
export const RIGHT = 'right';
|
|
|
|
export const all = [LEFT, CENTER, RIGHT];
|