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