UNPKG

bling-erp-api-with-rate-limit

Version:
9 lines (8 loc) 149 B
export interface IValidateHashParams { hash: string; } export interface IValidateHashResponse { data: { valido?: boolean; }[]; }