fb-test-module
Version:
How to use: ``` import {store, getStore} from 'fb-test-module'; conf.DialogramApi = "API_BASE_URL"; conf.Platform = "mobile"; //use "web" if you are on webApp getStore(); //Inject store in your provider ``` and you'r readyt to go. # Base ## Act
13 lines (12 loc) • 323 B
TypeScript
export declare enum Status {
Default = "Default",
Loading = "Loading",
Success = "Success",
Failure = "Failure"
}
export declare enum ApiType {
Dialogram = "DialogramApi",
Video = "VideoApi"
}
export declare const SET_ENTITY = "[SET_ENTITY]";
export declare const LOG_OUT = "[LOG_OUT]";