UNPKG

btcpay-greenfield-node-client

Version:
8 lines (7 loc) 176 B
import type { StoreBaseData } from './StoreBaseData'; export declare type StoreData = (StoreBaseData & { /** * The id of the store */ id?: string; });