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