UNPKG
@receeco/pos-agent
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Receeco POS Integration Middleware Agent
@receeco/pos-agent
/
dist
/
config.d.ts
4 lines
•
201 B
TypeScript
View Raw
1
2
3
4
import
{
AgentConfig
}
from
"./types/index"
;
export
declare
const
defaultConfig
:
AgentConfig
;
export
declare
function
validateConfig
(
config
:
AgentConfig
):
string
[];
//# sourceMappingURL=config.d.ts.map