F95API/scripts/constants/url.d.ts

28 lines
543 B
TypeScript
Raw Normal View History

2021-03-05 11:27:36 +00:00
export declare const urls: {
F95_BASE_URL: string;
F95_2FA_LOGIN: string;
F95_SEARCH_URL: string;
F95_LATEST_UPDATES: string;
F95_THREADS: string;
F95_LOGIN_URL: string;
F95_WATCHED_THREADS: string;
F95_LATEST_PHP: string;
F95_BOOKMARKS: string;
/**
* Add the unique ID of the post to
* get the thread page where the post
* is present.
*/
F95_POSTS: string;
/**
* @todo
*/
F95_CONVERSATIONS: string;
/**
* @todo
*/
F95_ALERTS: string;
F95_POSTS_NUMBER: string;
F95_MEMBERS: string;
};