mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 18:35:58 +02:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
export const searchKeyNames = {
|
|
code: "Code",
|
|
vanity: "Vanity",
|
|
destination: "Destination",
|
|
views: "Views",
|
|
maxViews: "Max Views",
|
|
id: "ID"
|
|
};
|