import { WebAPICallResult } from '../../WebClient'; export type PinsAddResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=PinsAddResponse.d.ts.map