UNPKG

@benshi.ai/js-sdk

Version:

Benshi SDK

4 lines 85 B
export interface IStorage { save(key:string, value: string) get(key:string) }