architect-node-sdk
Version:
Essentialz Architect Nodejs SDK
14 lines (13 loc) • 441 B
TypeScript
export declare const LOCAL_STORAGE_KEYS: {
readonly AUTH_TOKEN: "architect-auth-token";
readonly USER_ID_TOKEN: "architect-user-id";
};
export declare const HEADER_KEYS: {
readonly CONTENT_TYPE: "Content-Type";
readonly DEVELOPER_KEY: "X_DEVELOPER_API_KEY";
readonly PAGINATION_PAGE: "PAGE";
readonly PAGINATION_PER_PAGE: "PER_PAGE";
};
export declare const CONTENT_TYPES: {
readonly JSON: "application/json";
};