export default interface AppInfo {
    appId: string;
    appKey: string;
    developerId: string;
}
