// Generated Source interface MethodResource { /** * */ id?: string; /** * */ name?: string; } export default MethodResource;