import type * as Square from "../index"; export interface GetEmployeeResponse { employee?: Square.Employee; /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }