magic-helper
Version:
this is magic helper
13 lines • 375 B
TypeScript
declare const _default: {
getParams: () => any;
getParamsByKey: (key: string) => any;
getAuthInfo: () => {
authCtxCode: any;
authorization: any;
projectCode: any;
};
getScanRes: () => any;
openDoor: (config: import("../types").OpenDoorConfig) => Promise<unknown>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map